-
-
Notifications
You must be signed in to change notification settings - Fork 521
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
Custom MinWidth of Start Screen (LeftContent) #478
Comments
Will have a look at this as soon as i have some spare time. |
In fact, of course, it is possible with enumeration of the visual tree and set it manually, as follow:
where FindStartScreenGrid is recursive function for finding right grid. One of the problems is that Start Screen's grid has no some unique name, such as PART_StartScreenGrid or something like that. So even enumeration of visual tree is unreliable. The second is that such workaround is kind of hack, than normal use of control. IMHO we should make two changes:
|
In fact, of course, it is possible with enumeration of the visual tree and set it manually, as follow:
where FindStartScreenGrid is recursive function for finding right grid. One of the problems is that Start Screen's grid has no some unique name, such as PART_StartScreenGrid or something like that. So even enumeration of visual tree is unreliable. The second is that such workaround is kind of hack, than normal use of control. IMHO we should make two changes:
|
just use <fluent:SeparatorTabItem MinWidth="111"/> if you don't want to update. |
How can I set the width of LeftContent of StartScreen?
I digged trough the source code, but I didn't succeed to realize how I can set the width of LeftContent in StartScreen. I saw that it inherits Backstage control. Left side of Backstage control seems to me much narrowly than same in Start Content. However, I would like to have smaller left content, and generally I would like to control the widht of it.
Environment
The text was updated successfully, but these errors were encountered: