Skip to content

UWP Project needs a Tab control to enable us to organize the various groups of controls to demo #1

@LyalinDotCom

Description

@LyalinDotCom

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

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions