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
4165
Srollbar not scrolling contents of Editor Compenent in Cell
posted

Hi,

I have a grid. In code I create an instance of an editor:

vlColumns = new Infragistics.Win.UltraWinEditors.UltraComboEditor();

vlColumns.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;


Now I assign that editor to the cell :

ugHeaders.DisplayLayout.Bands[0].Columns["dd"].EditorComponent = vlColumns;

ugHeaders.DisplayLayout.Bands[0].Columns["dd"].Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DropDownList;

ugHeaders.DisplayLayout.Bands[0].Columns["dd"].ButtonDisplayStyle = ButtonDisplayStyle.Always;


Everything is good, except when the contents are too long, I get a scrollbar. When I scroll, it does not scroll the contents of the editor though...scroll bar moves up and down but the list items remain 'stuck' if you will.


I feel like maybe I need to set something on the editor itself when I create it?

Thanks,
M.






Parents
No Data
Reply Children