-
Notifications
You must be signed in to change notification settings - Fork 80
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
Port TabbedCommandBar #93
Comments
Talked to @yoshiask and they're going to take an initial look at it, thanks! @niels9001 if we get the initial port in, maybe you can take a quick look at the template for styling? |
Awesome! Yep, for sure - happy to help! |
Having a quick look at Paint's VisualTree... <Ribbon>
<ScrollContentPresenter>
<Grid> // With columns for each toolbar/group
<Border>
<CollapsedToolbar> <!-- Contents change as width narrows and isCollapsed changes -->
<Grid>
<Border x:Name="ContentHolder"> <!-- contains the Buttons that display in this toolbar -->
<!-- ... Custom Controls containing Buttons, SplitButtons, etc -->
</Border>
<Button x:Name="CollapsedButton"> <!-- The Button that displays when the toolbar isCollapsed -->
<TextBlock> <!-- The Name of the toolbar/group -->
I would guess there are Visual States that collapse as the width changes and goes below a threshold. |
Base Porting Checklist
Known Issues
Improvements
Notable Changes
N/A
The text was updated successfully, but these errors were encountered: