WPF combobox in a dialog window - can not select items falling beyond height of window -
i have dialog window in wpf combobox
. when combobox
items more, show beyond height of parent dialog window (in open state).
i not able select these items mouse (which falling outside parent dialog window).
one possible solution increase height of parent dialog window, doesn't good.
can help?
try setting maxdropdownheight
of combobox
<combobox maxdropdownheight="100" />
Comments
Post a Comment