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
A comboboc, with assigned metro style, behaves bad with new items in the actual drop-down-size.
At exmaple:
make a combobox with 2 items.
open the drop down menu
close the drop down
clear all items
add 4 new items
You'll see that the dropdown, still has the size of 2 items which hides the other 2.
Also no scrollbar is visible to get to the other 2.
The text was updated successfully, but these errors were encountered:
Having the same problem here. The combobox dropdown is not resizing properly, it tends to keep the initial size. This doesn't happen all the time to me, but I would say most of the time.
This applies also when deleting an item: an empty, unselectable space will be show in the dropdown.
My program https://github.com/TheJelle/OpenDeCoder suffers from this bug.
Download it and look into OpenDeCoder/UI/Components/ParameterControl.xaml.
There is one line:
<ComboBox ... Style={x:Null} ... />
Remove the style attribute, rebuild the solution, and you'll be able to reproduce the bug.
(Start; Select 'From ASCII'-Listmenuitem; Open the Combobox above;
Select 'DeCoding'-TabItem; Select 'Morse'-Listmenuitem; Open Combox above;
BUFF bug! - do it reverse to see it the other way around)
A comboboc, with assigned metro style, behaves bad with new items in the actual drop-down-size.
At exmaple:
You'll see that the dropdown, still has the size of 2 items which hides the other 2.
Also no scrollbar is visible to get to the other 2.
The text was updated successfully, but these errors were encountered: