![]() |
TFlowPanel, fsTopBottomLeftRight, Linie zwischen Panels
Hallo,
bei Benutzung des TFlowPanels mit fsTopBottomLeftRight und Panel haben die Panels eine horizontale 1-Pixel-Abstands-Linie. Bei fsLeftRightTopBottom habe ich keine vertikale Linie. Wie bekomme ich die horizontale Linie weg? |
AW: TFlowPanel, fsTopBottomLeftRight, Linie zwischen Panels
Liste der Anhänge anzeigen (Anzahl: 2)
Tatsächlich.
Anbei einmal als Bilder. |
AW: TFlowPanel, fsTopBottomLeftRight, Linie zwischen Panels
Hallo,
sonst finde ich ja im Quellcode etwas, aber diesmal nicht ... Hat jemand eine Lösung? |
AW: TFlowPanel, fsTopBottomLeftRight, Linie zwischen Panels
Die Ursache würde ich doch in
Delphi-Quellcode:
erwarten. Vielleicht sollte es bei diesen komischen Konstanten
Vcl.ExtCtrls.TCustomFlowPanel.AlignControls(..)
Delphi-Quellcode:
anders sein. Hast du damit mal etwas herumprobiert?
const
XIncDir: array[TFlowStyle] of Integer = (1, -1, 1, -1, 1, 1, -1, -1); YIncDir: array[TFlowStyle] of Integer = (1, 1, -1, -1, 1, -1, 1, -1); YDeltaConst: array[TFlowStyle] of Integer = (0, 0, -1, -1, 0, 0, 0, 0); XDeltaConst: array[TFlowStyle] of Integer = (0, 0, 0, 0, 0, 0, -1, -1); |
Alle Zeitangaben in WEZ +1. Es ist jetzt 20:46 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz