-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Feature: Vertical NavigationView in the properties window #11427
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
Feature: Vertical NavigationView in the properties window #11427
Conversation
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.
|
@ferrariofilippo Thank you for reviewing however those commits were created for showing a schreenshot to discuss it is ok that we leave as it is. |
Is it the outline icons? This will improve when I implemented the filled versions. |
|
Yes. if so, you have to add all of that cuz Segoe and CustomGlyph cannot be coexisted. Do you do that in this PR? <FontIcon
x:Name="NavigationViewItemGlyphPrimeryFontIcon"
Margin="2,0,0,0"
HorizontalAlignment="Center"
x:Load="{x:Bind IsSelected, Mode=OneWay}"
FontSize="22"
Foreground="{ThemeResource SystemAccentColor}"
Glyph="{x:Bind GlyphPrimary, Mode=OneWay}" />
<FontIcon
x:Name="NavigationViewItemGlyphSecondaryFontIcon"
Margin="2,0,0,0"
HorizontalAlignment="Center"
x:Load="{x:Bind IsSelected, Converter={StaticResource BoolNegationConverter}, Mode=OneWay}"
FontSize="22"
Foreground="{ThemeResource TextFillColorSecondaryBrush}"
Glyph="{x:Bind GlyphSecondary, Mode=OneWay}" /> |
|
I'll take care of this, can you fix the scroll issues? |
|
@yaira2 Scrolling problem was fixed. |
|
…n528/Files into 5bfa/redesign-propertypages
|
@onein528 does opening the properties window crash the app for you? |
|
I'm gonna commit 'Some fix 12' including fix that crush. |
|
Thanks! It might be good practice to make the commit names a little more descriptive. |
yaira2
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.
LGTM
|
Wait why removed that negative margin? |
|
It was misaligned, I'm trying to find a different solution. |
|
Should/Can I remove unneeded controls from style in ResDictionary? |
|
It's a good idea to |
This reverts commit 3dc1db8.
|
Future task lists
|



Description
I'm redesigning storage object's properties pages.
Tasks to do
Validation
Screenshots
MS-Store-like vertical NavigationView
