Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
374
DropDownValidate
posted

Created a  drop down in my ultragrid using the following code.

e.Layout.Bands.Item(0).Columns.Item(17).Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DropDownValidate

e.Layout.Bands.Item(0).Columns.Item(17).ValueList = myValueList

My valuelist only has 10 items, and when I click my dropdown, it shows the first 6 or 7.  I have to scroll down to get to the other entries. 

Is there a way to get it to show all 10 or more?