Results 1 to 4 of 4

Thread: How to right justify a listbox

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jun 2000
    Posts
    175
    Well?
    Mass

  2. #2
    Guest
    Try using vbTab to justify a list.

    Code:
    List1.AddItem vbTab & vbTab & "Right?"

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Jun 2000
    Posts
    175
    Thanks but this way we are just pushing the text to the right. What I ment was How to realy right justify a listbox.

    Thanks again for reply
    Mass

  4. #4
    Guru Yonatan's Avatar
    Join Date
    Apr 1999
    Location
    Israel
    Posts
    892

    Cool Simple

    Set its RightToLeft property to True.

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