-
Notifications
You must be signed in to change notification settings - Fork 79
Sample improvements #356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sample improvements #356
Conversation
|
@niels9001 one thing with something like the CanvasLayout sample is that it also needs Horizontal scrolling... So how should we handle this case? |
Oh, I'd be expecting the horizontal scrollbar to show up here (since it works for thr vertical by default as well)? I will have a look! |
6d5d328 to
43e0d8a
Compare
|
Filed CommunityToolkit/Tooling-Windows-Submodule#74 for tracking the horizontal scrolling issue, so we can just merge this and move forward and get this in before we split everything out. @niels9001 can you resolve the merge conflict and ensure the XAML Styler check works so we can get a clean build? Thanks! |
8ef4660 to
0d18b44
Compare
michael-hawker
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested UWP/WASDK/WASM locally, all looks good still.
* CanvasLayout * CanvasView * RivePlayer * SettingsControls * SizerBase * Template * Update ToolkitSampleRenderer.xaml * Fix CI * Tweaks * CI * Updating markdown files * XAML styler * CanvasLayout * CanvasView * Template * Tweaks * CI * Updating markdown files * Remove MinWidth

Cleaning up the existing samples (e.g. improving colors, removing unnecessary scrollviewers).
Project template looked good, no changes needed there?