Back to Devexpress

TdxVisibilityType Enum

vcl-cxcontrols-77b478e8.md

latest1.2 KB
Original Source

TdxVisibilityType Enum

Enumerates scroll-related options of the control’s behavior when it brings a specific item into view.

Declaration

delphi
TdxVisibilityType = (
    vtPartially,
    vtFully,
    vtCentered
);

Members

NameDescriptionExample
vtPartially

The control moves the specified item into view if the item is not in the client area.

|

| | vtFully |

The control brings the specified item into view if the item is partially visible or not in the client area.

|

| | vtCentered |

The control centers the specified item within the client area.

|

|

Remarks

The List View control’s MakeItemVisible procedure references the TdxVisibilityType type.

See Also

cxControls Unit