CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    May 2003
    Location
    Germany
    Posts
    936

    TabControl and Alignment of the TabPages

    Hi,

    how have I to set the properties to get the registers of TabPages left and the font horizontal and not vertical? It is impossible?

  2. #2
    Join Date
    Nov 2003
    Location
    Sweden
    Posts
    129
    ehh... im not sure what you mean

    its usually to "play" a lil with the properties and the tab-collection-properties..
    Regards,
    Alexei

  3. #3
    Join Date
    May 2003
    Location
    Germany
    Posts
    936
    i want to arrange tabs on the left side of the control. But if i set alignment to left and Appearance to Buttons the buttons will arrange vertically not horizontally.
    That want I change, but how?

  4. #4
    Join Date
    Nov 2003
    Location
    Sweden
    Posts
    129
    so u want to have buttons, right?
    aranged on the left size, but not verticaly?!

    they would be arranged on the top-left corner...
    or im missing smth here :S
    Regards,
    Alexei

  5. #5
    Join Date
    May 2003
    Location
    Germany
    Posts
    936
    That is right, but that is Arrangement=Top.
    I want to have the Buttons left beside the TabPages not at top of the Tabpages. If I change to Arrangement=Left the buttons will arranged left beside the TabPages, but the buttons are rotated vertically, so the Text have to read from bottom to top.

    Conclusion: I want Button.Text should be readable from left to right, not from bottom to top.

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