Vcl.Touch.GestureCtrls.TGestureListView.BorderStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BorderStyle: TBorderStyle read FBorderStyle write SetBorderStyle default 1;

C++

__property BorderStyle = {default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Touch.GestureCtrls.pas
Vcl.Touch.GestureCtrls.hpp
Vcl.Touch.GestureCtrls TGestureListView

Description

Determines whether the list view displays a single line border.

Vcl.Touch.GestureCtrls.TGestureListView.BorderStyle inherits from Vcl.ComCtrls.TCustomListView.BorderStyle. All content below this line refers to Vcl.ComCtrls.TCustomListView.BorderStyle.

Determines whether the list view displays a single line border.

Use BorderStyle to affect the sharpness with which the list view control stands out on a form. BorderStyle can have a value of either bsSingle or bsNone. If BorderStyle is bsSingle, the list view is drawn with a single-line border. If BorderStyle is bsNone, there will be no border.