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
My problem is that after a selection is made, most of the ComboBox disappears while the window is in focus leaving just the text of the item selected - no more mouseOver functionality, border, arrow, or any indication that it is a ComboBox. If I click on another window they return but disappear again upon selecting the app window. I was unable to find any useful "InFocus" or related properties and the tutorials / examples I have done did not have this issue. Any help or advice would be greatly appreciated!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am using an override of the
MaterialDesignOutlinedComboBox
to add some color. padding, and margin like so:window xaml:
ComboBoxChanged
function only enables a button if the index != 0override xaml
My problem is that after a selection is made, most of the ComboBox disappears while the window is in focus leaving just the text of the item selected - no more mouseOver functionality, border, arrow, or any indication that it is a ComboBox. If I click on another window they return but disappear again upon selecting the app window. I was unable to find any useful "InFocus" or related properties and the tutorials / examples I have done did not have this issue. Any help or advice would be greatly appreciated!
MaterialDesignThemes.MahApps 0.2.5
.NET 6.0
Beta Was this translation helpful? Give feedback.
All reactions