![]() Sub-properties |
![]() ![]() ![]() |
acListView and acDBListView components.
|
type
|
TacListViewHeaderMenu = class
|
published
|
property AlignLeftItem: TMenuItem;
|
property AlignRightItem: TMenuItem;
|
property AlignCenterItem: TMenuItem;
|
property AscendingItem: TMenuItem;
|
property DescendingItem: TMenuItem;
|
property BestFitItem: TMenuItem;
|
property PopupMenu: TPopupMenu;
|
end;
|
|
property HeaderMenu: TacListViewHeaderMenu;
|
The HeaderMenu structure specifies custom popup menu for the header sections of the acListView control. You can point custom PopupMenu + "Ascending" and "Descending" items in this menu, which will automatically change sorting direction when user selects these items.
|
|
![]() |
|
If you don't want to show the popup menu for header sections at all set ShowHeaderMenu property to False.
|
ShowHeaderMenu and SortDirection properties.
|