Problem with listview Control
-
Hi All, I am having a problem with list view. Im adding Items to the list view at runtime from a database & accordingly changing the height of the listview. but when listview height is greater than form height ,the listview is not scrolling accordingly. Like Combobox items scroll independent of forms bounds,my listview should appear & behave like combobox. Plz suggest me to get rid of this problem Thx in Advance Nagaraju
-
Hi All, I am having a problem with list view. Im adding Items to the list view at runtime from a database & accordingly changing the height of the listview. but when listview height is greater than form height ,the listview is not scrolling accordingly. Like Combobox items scroll independent of forms bounds,my listview should appear & behave like combobox. Plz suggest me to get rid of this problem Thx in Advance Nagaraju
Just see if the scrollable property is properly set ... See the following reference http://msdn2.microsoft.com/en-us/library/system.windows.forms.listview.scrollable.aspx Hope that solves your problem.
Regards, Jaiprakash M Bankolli jaiprakash.bankolli@gmail.com