Error while modifying the BevelKind property of TsPanel

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #37430
    roubledo
    Participant

    I have a TsPanel with a TsButton.

    Tsbutton property top = 10

    TsPanel BelvelKind = bkFlat or bkTitle or bkSoft

    After saving the form and closing the IDE form and reopening the form in the IDE, the top of the TsButton changes to 7.

    Version 12.02

    #56456
    Support
    Keymaster

    Hello

    I can't repeat the issue, unfortunately.

    Please, try it with standard controls. Also, be sure that third-party experts are not used and have no influence to this button position.

    #56493
    roubledo
    Participant

    Alter property tsButton

    Anchors

    akLeft = false

    akTop = false

    akRight = true

    akBottom = true

    After saving the form and closing the IDE form and reopening the form in the IDE, the top of the TsButton changes to 7.

    #56494
    Support
    Keymaster

    Thank you, I see it now.

    But this behaviour is inherited from VCL (you can check standard panel and button).

    AlphaControls package have no influence to position or size of buttons or panels.

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