About listview
-
Hi, is any one having idea about, how to shows items vartically in listview instead of horizontally.
amit
No, you can't do it. At least, not trivially
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
Hi, is any one having idea about, how to shows items vartically in listview instead of horizontally.
amit
i got the answer by myself. if any one have the same problem then do this. 1.)Add a column and then set its view property by view.detail.so all item will be visible vertically instead of horizontal. And if you dont want column-header to come with list view items. then set ListView HeaderStyle property by None.
amit