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 maxdropdownheightof combobox

<combobox maxdropdownheight="100" /> 

Comments

Popular posts from this blog

c++ - protocol buffers - generate NON-inline accessors -

c# - issue attaching/adding an entity object which is detached from the DB Context? -