Caption Align in PageControl

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #35819
    Thiago Alexandre
    Participant

    Hi,

    I need help im TsPageControl.

    My PageControl Config:

    • TabPosition := tpLeft
    • RotateCaptions := True
    • Images := imgTabs
    • Style := tsTabs
    • TabWidth := 32

    The caption and the image align it's center, but i need align caption to the left, but i can't.

    Solutions ?

    Thanks !

    #50746
    Support
    Keymaster

    Hello!

    Text will be aligned to the left if ShowCloseBtns property is True. Otherwise text aligned in center.

    I can suggest only one solution – draw content manually in the OnDrawTab event. Example may be found there:

    http://www.alphaskins.com/sfiles/demos/rotatetabs.zip

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.