|
-
Jul 31st, 2004, 03:50 PM
#1
Thread Starter
Frenzied Member
tricky question about ListView Control
hi all,
Is there anything in the world that can be done to make the listview item starts drawing the columns from the right ( Starting from the Right Hand Side). I tried the Right to Left property but it seems to have no effect at all.
any one can help me with this issue,
THX & BST RGDS
-
Aug 1st, 2004, 10:08 PM
#2
Fanatic Member
i actually don't know the answer mate but it has an effect with the listviewitem except the first subitem.
VB Code:
dim li as listviewitem=mylistview.items.add(something) ' this has no effect
li.subitems.add(something) ' this has effect
li.subitems.add(something) ' this too
li.subitems.add(something) ' this too... and so on
me dunno da details mate. sorry. only the first subitem of a certain listviewitem has no effect with the right2left alignment.
-
Aug 2nd, 2004, 03:39 AM
#3
Thread Starter
Frenzied Member
hi brown, it is not about the text alignment in the column, for this i sure know. What i am talikin about is how to Draw the column themselves from the right to left. ( where the first column appears at the most right) . Like hat happens when you turn the right to left property of the dataGrid
Any other suggesstions ???
THX in Advance
-
Aug 2nd, 2004, 03:53 AM
#4
Fanatic Member
i don't know mate. but listview seems to have no drawitem event. hehehe. i don't know mate, sorry.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|