Results 1 to 4 of 4

Thread: tricky question about ListView Control

  1. #1

    Thread Starter
    Frenzied Member maged's Avatar
    Join Date
    Nov 2002
    Location
    Egypt
    Posts
    1,040

    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

  2. #2
    Fanatic Member brown monkey's Avatar
    Join Date
    Jun 2004
    Location
    Cebu
    Posts
    552
    i actually don't know the answer mate but it has an effect with the listviewitem except the first subitem.
    VB Code:
    1. dim li as listviewitem=mylistview.items.add(something) ' this has no effect
    2. li.subitems.add(something) ' this has effect
    3. li.subitems.add(something) ' this too
    4. 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.

  3. #3

    Thread Starter
    Frenzied Member maged's Avatar
    Join Date
    Nov 2002
    Location
    Egypt
    Posts
    1,040
    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

  4. #4
    Fanatic Member brown monkey's Avatar
    Join Date
    Jun 2004
    Location
    Cebu
    Posts
    552
    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
  •  



Click Here to Expand Forum to Full Width