i am using listview while developing windows mobile 5.0 application. When items are added at the end it shows vertical as well as horizontal scrollbar. How can remove horizontal scrollbar?
+1
A:
Just adjust the width of Listview. That is if you have a list view with width 50 and there is five columns. The sum of widths of columns should be less than or equal to 45. So you can get a 5 at end and the horizontal scroll is not shown. Horizontal scroll is only visible if u drag a header.
Sauron
2009-07-01 12:27:22
A:
first off-all i would like to know how to apply scrollbar dynamically to windows mobile application,plz help me if any sample code do u have.
narasimha
2010-05-24 12:44:51
This should be a separate question, not an answer.
ctacke
2010-05-24 13:26:01