listview
-
hi expert my question is reletant to listview control. i want to move listview control in runtime. ex. suppose same data in listview and i want to move listview control because back of listview conrol same item define.
I am sorry, I cannot understand this. Please clarify. Do you want to move the control, move the scrollbar within the control, move items around inside the control, or something else ?
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
hi expert my question is reletant to listview control. i want to move listview control in runtime. ex. suppose same data in listview and i want to move listview control because back of listview conrol same item define.
Hi, as far as i can understand your question you want to move(Drag and place) the Listview control on to doffrent place at run time. If it is so yoe can use MouseMove and MouseDown events of the list view to perform the task. or if your question is somthing diffrent then please ask your question in details. Good luck. Regards, Paramhans Dubey.