Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion

TElSplitter

Hi, I'm using TElSplitter, ShowSnapButton = True with VCL themes enabled. And in this mode, the control is clumsily displayed. Also, I don't really like that the separator stands out so much (compared to the separators on the DockPanel). Is it possible to make them transparent? And even better, to look the same.

Comments

  • 4 Comments sorted by Votes Date Added
  • You cannot make them look identical to LMD DockingPack, because docking pack has its own styles with own set of elements. And it borrows only some colors from VCL Style to make the appearance more consistent.

    As about clumsily look, I'll need some time to check.
  • I achieved
    the desired look by setting ThemeMode=ttmNone and setting the colors to match
    the VCL style. But if possible, I want to ask in a future version to add a
    property to control the color of the SnapButton border. Or the possibility to
    make the border transparent.

    image
    png
    png
    Splitter2.png
    14K
    png
    png
    Splitter1.png
    13K
  • Posts: 0 Accepted Answer Vote Up0Vote Down
    I've added TElSplitter.SnapButtonBorder boolean property for you, which allows to hide the border.
  • Thank you very much.
Sign In or Register to comment.