Einzelnen Beitrag anzeigen

Aviator

Registriert seit: 3. Jun 2010
1.611 Beiträge
 
Delphi 10.3 Rio
 
#11

AW: VirtualTreeview ...mal eben... ;-)

  Alt 12. Aug 2015, 14:04
Das VerticalAlignment kannst du mit vst.VerticalAlignment[Node] := IrgendEinWert; ändern.
Hier noch ein Auszug aus der VST-Hilfe:

Zitat:
property VerticalAlignment [Node: PVirtualNode]: Byte; [...]

Description
The given value is interpreted differently depending on the value of NodeAlignment (seeTBaseVirtualTree.NodeAlignment Property, page 126). By default the alignment used relatively with regard to the top bound. In this case a range of 0 through 100 must be used which denotes the relative pixel amount in percent. The other variants work with absolute pixel values from top or bottom bound.
  Mit Zitat antworten Zitat