CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: RightToLeft

  1. #1
    Join Date
    Sep 2002
    Posts
    31

    RightToLeft

    The RightToLeft property of the controls is set to "No" by default. However, I'm getting my context menus associated with the UserControls on my form reading from Right to Left. Also the vertical scroll bar on my form is visible on the left rather than on the right

    Does anyone have a clue to fix this??

    Thanks,
    Mansi

  2. #2
    Join Date
    Nov 2002
    Location
    Singapore
    Posts
    1,890
    right to left property is usually used for text heading setings or so ..
    for example
    have a group box and name the heading
    and do the Righttoleft. the text will get aligned. it has a significant usage over behaviour though.

    Paresh
    - Software Architect

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

Featured