You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multiple members of the UWP/WPF community have agreed to help improve the sample app designed to demonstrate how d: design-time data can be used to visualize various controls and scenarios inside of the XAML designer for both UWP and WPF apps.
The issues I am working to create include:
Create a tab control within the UWP app to help us organize content from the WinUI 2.x control set
Enhance the UWP app by adding as many of the controls as many sense to visualize in the designers
Update the WPF sample to include a simple ViewModel implementation so that if the sample app is run, different data is shown in the running app vs. the design-time view
Add another WPF sample that demonstrates d:DataContext implementation using an ViewModel that demonstrates the alternative approach for design-time data
Add another WPF sample that demonstrates d:DataContext implementation using an ViewModel that demonstrates the alternative approach for design-time data
Infrastructure:
Add automated builds to confirm builds don't break (but packaging this app for publish is not useful here)
The text was updated successfully, but these errors were encountered:
Multiple members of the UWP/WPF community have agreed to help improve the sample app designed to demonstrate how d: design-time data can be used to visualize various controls and scenarios inside of the XAML designer for both UWP and WPF apps.
The issues I am working to create include:
Bonus:
Infrastructure:
The text was updated successfully, but these errors were encountered: