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
If you set a height of a ComboBox to a larger number than a default one, you may see, that buttons (two with editable ComboBox) take a lot of space comared to other similar controls. Here is an example of ridiculously tall ComboBox in demonstrational purpose (note: ClearTextButton is pressed):
If I understood it right, buttons' shape is set to be square in ComboBox XAML:
If you set a height of a ComboBox to a larger number than a default one, you may see, that buttons (two with editable ComboBox) take a lot of space comared to other similar controls. Here is an example of ridiculously tall ComboBox in demonstrational purpose (note: ClearTextButton is pressed):
If I understood it right, buttons' shape is set to be square in ComboBox XAML:
I'd like to have the ability to set buttons' width using
Controls:ControlsHelper.ButtonWidth="22"
as it is allowed in TextBoxWhat I'd like to have in a case of such a huge control is:
The text was updated successfully, but these errors were encountered: