Replies: 1 comment 6 replies
-
|
....Anyone? 🙏 |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Uh oh!
There was an error while loading. Please reload this page.
-
Forgive what I'm sure is a dumb question - I'm still new to styling in Avalonia.
I can't for the life of me figure out how to enlarge the NavigationView's TogglePaneButton. When I use the inspector, setting the height/width/fontsize yields no change; likewise if I drill all the way down to the TextBlock that shows the icon & try to set the font size there.
I did find that if I enlarge the Border directly inside the TogglePaneButton, the clickable area does increase (but not the icon of course). However, even that I'm having trouble doing with styles:
The default size feels pretty small & hard to tap on mobile screens. I'm sure I'm missing an easy way to do this...any help would be appreciated
Beta Was this translation helpful? Give feedback.
All reactions