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++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -