-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The UWP sample needs to feature all the controls that make sense to illustrate d: design-time data. To do this effectively in the WPF app I used the native tab control to organize the different controls together. Unfortunately a tab control isn't available in UWP out-of-the-box but the Windows Community Toolkit has one so want to explore adding it.
Tabs control would include these tabs:
- Buttons (Button, Combobox, Checkbox, Slider, etc.)
- Lists (ListView, ListBox, GridView, etc.)
- Progress (ProgressBar, ProgressRing, etc.)
- Text Input (TextBox, RichTextBox, PasswordBox, etc.)
- Other (TimePicker, Image, PersonPicture, etc.)
All ideas welcome, but above is just a starting point.
For this issue to be successful:
- Need to first validate that the tab control within the XAML Designer can switch tabs without running the app, as the one difference for this sample app compared to normal ones is its not meant to add value when running but when in the XAML designer
- Then add a tab control with at least the above section, no work on the actual control implementation is needed yet, other issues will cover that
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request