I'm looking for a control to hold a list of data values in a set size region. If the data values exceed the height of the region then scrolling will be needed. I'm trying to create a cascading list, three of theme. They would look like a mac finder window. Not sure if infragistics has something for this. I don't what to sue the virtual scrolling from the dataGrid, it would be great if I could use a drop down list for this. Thanks in advance.
Hello neilfl ,
I’m just following up to see if you’ve been able to resolve your issue. If you have any questions or concerns or if you need further assistance please let me know.
Best Regards,
Maya Kirova
Developer Support Engineer
Infragistics, Inc.
http://es.infragistics.com/support
Thanks for the follow-up Maya. I don't think that cascading drop downs will help in this case. I solved the problem in the following way, I built a list view and wrapped it in a div with a fixed height and set the overflow to scroll. This gives me the perception of an open scrollable list, or dorpdown. It would have been great if I could have set the dropdown list to stay open at some fixed height. Maybe your dropdown was not designed to function that way.
Anyway my problem is solved and I thank you again for the help.
Neil