Enum TableViewRowDetailsVisibilityMode
Defines constants that specify the visibility of row details in a TableView.
public enum TableViewRowDetailsVisibilityMode
Fields
Collapsed = 0Row details are never displayed.
Visible = 1Row details are always displayed for all rows.
VisibleWhenExpanded = 3Row details are displayed only when the user expands a row using the toggle button in the row header.
VisibleWhenSelected = 2Row details are displayed only for the selected row or rows.