FMX.ListBox.TCustomListBox.UpdateStickyHeader

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateStickyHeader;

C++

void __fastcall UpdateStickyHeader();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TCustomListBox

Description

Updates the layout of the "sticky" item in a list box.

For example, a "sticky" item can be a TSearchBox. "Sticky" means that it always stays on the top of the list, similar to a header.

To add a search box as a "sticky" item, right-click on a TListBox control and select Add Item > TSearchBox.

See Also