You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When having only one or two items assigned to a drop-down button, the styling forces a minimum height, leaving lines empty on the screen. Also visible in the showcase app:
Older versions didn't had that problem.
A fix may consist in changing line 143 of DropDownButton.xaml to
MinHeight="0".
The text was updated successfully, but these errors were encountered:
batzen
changed the title
Content-Control of DropDownButton has unwanted MinHeight
Popup of DropDownButton/SplitButton has unwanted MinHeight
Feb 3, 2024
When having only one or two items assigned to a drop-down button, the styling forces a minimum height, leaving lines empty on the screen. Also visible in the showcase app:
Older versions didn't had that problem.
A fix may consist in changing line 143 of DropDownButton.xaml to
MinHeight="0".
The text was updated successfully, but these errors were encountered: