Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a59e644

Browse files
committedJan 10, 2025··
fix TabStripItem markup
1 parent ca49024 commit a59e644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/reference/controls/tabstrip.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import TabStripNavigation from '/img/reference/controls/tabstrip/tabstrip-naviga
99

1010
Displays a strip of tab headers. You can use this control as a horizontal menu.
1111

12-
The `TabStrip` is composed of `TabStripItem` children. `TabStripItems` are displayed in order of appearance and can be created by either: 1. a collection of `TabStripItem`s or 2. generated by `ItemsSource`.
12+
The `TabStrip` is composed of `TabStripItem` children. `TabStripItem`s are displayed in order of appearance and can be created by either: 1. a collection of `TabStripItem`s or 2. generated by `ItemsSource`.
1313

1414
Unlike `TabControl`, `TabStrip` is not responsible for presenting the content of the selected tab. Instead, `TabStrip` requires developers to respond to `SelectionChanged` events or `SelectedItem` property changes and then present the desired content with a separate control, such as `ContentControl`. This gives developers full control over the displayed content and enables use cases such as custom view caching.
1515

0 commit comments

Comments
 (0)
Please sign in to comment.