Przewijanie TreeView

0

Jak przewinąć zawartość TreeView do wyznaczonej pozycji po kliknięciu na przycisk?

PS. Szukałem odpowiedzi w serwisie 4p i niestety nie znalezłem odpowiedzi na to proste (a może trudne) pytanie.

0

<font color="darkblue">elect specified nodes.

procedure Select(const Nodes: arrayofTTreeNode); overload; virtual;

procedure Select(Nodes: TList); overload; virtual;

procedure Select(Node: TTreeNode; ShiftState: TShiftState = []); overload; virtual;

Description

The select method selects one or more tree nodes.

In the first two forms, all nodes in the Nodes parameter are selected. Any other selected nodes are deselected.

In the third form, Node is selected as if clicked with the mouse. To achieve the effect of using the Control key, the Shift key, or the right mouse button, include ssCtrl, ssShift, or ssRight in the ShiftState parameter.</span>

0

Jakie Select? [???]. Co ma select do przewijania?

//////// ok

Moja wpadka. Najpierw sprawdź, później komentuj. Wielkie dzięki.

1 użytkowników online, w tym zalogowanych: 0, gości: 1