User Tools

Site Tools


clarion_list_control_properties.htm
Navigation:  Clarion.Net (Clarion#) > Clarion# Language Extensions > Clarion# List Control >====== Clarion# LIST Control Properties ====== Previous pageReturn to chapter overviewNext page

This topic presents an alphabetical listing of all LIST control properties in the Clarion implementation. Default settings and description is also listed. All properties are Read/Write unless otherwise indicated.

Name Description
AllowAddRows Indicates if pressing Insert key or VCR insert button adds a new row. Boolean value (Default is TRUE). Behavior category.
AllowDeleteRows Indicates if pressing Delete key or VCR delete button deletes the selected row. Boolean value (Default is TRUE). Behavior category.
AllowDragColumns Indicates whether the control allows columns to be dragged. Boolean value (Default is FALSE). Behavior category.
AllowEditRows Indicates if pressing Enter key or a mouse-click enables the cell to be edited. Boolean value (Default is TRUE). Behavior category.
AllowResizeColumns Indicates whether columns can be resized. Boolean value (Default is TRUE). Behavior category.
AlternateColumnColors Use alternating colors. Boolean value (Default is FALSE). Appearance category.
AlternateColumnHeaderColors Use alternate Header colors. Boolean value (Default is FALSE). Appearance category.
AlternateColumnHeaderStyle Use alternate Column Header style. Boolean value (Default is FALSE). Appearance category.
AlternateColumnStyle Use alternating column styles. Boolean value (Default is FALSE). Appearance category.
AlternateColumnTotalColors Use alternate Total colors. Boolean value (Default is FALSE). Appearance category.
AlternateColumnTotalStyle Use alternate Total style. Boolean value (Default is FALSE). Appearance category.
AlternatingColumnColors Indicates colors for alternating Foreground, Background, SelectedForeground and SelectedForeground. Select from color list. Appearance category.
AlternatingColumnHeaderColors Alternate Header colors for Foreground, Background, HighlightedForeground and HighlightedBackground. Select from color list. Appearance category.
AlternatingColumnHeaderStyle Value of alternate Column Header style. Integer value, Default is (-1). Appearance category.
AlternatingColumnStyle Value of alternating column style. Integer value, Default is (-1). Appearance category.
AlternatingColumnTotalColors Alternate Total colors for Foreground, Background, HighlightedForeground and HighlightedBackground. Select from color list. Appearance category.
AlternatingColumnTotalStyle Value of alternate Total style. Integer value, Default is (-1). Appearance category.
AutogenerateColumns Specifies whether columns are automatically generated from the DataSource. Boolean value (Default is TRUE). Behavior category.
BackColor The background color of the LIST control. Color value. Appearance category.
BackgroundImage Select a background image to display in the LIST control. Appearance category.
BorderStyle The border style for the List. Default setting is Fixed3D. Appearance category.
ColumnColors Specifies colors for column background and foreground and the selected background and foreground. Select from color list. Appearance category.
ColumnGroupHeaderColors Group Header colors for Foreground, Background, HighlightedForeground and HighlightedBackground. Select from color list. Appearance category.
ColumnGroupHeaderStyle Value of Group header style. Integer value, Default is (-1). Appearance category.
ColumnHeaderColors Header colors for Foreground, Background, HighlightedForeground and HighlightedBackground. Select from color list. Appearance category.
ColumnHeaderStyle Value of Column Header style. Integer value, Default is (-1). Appearance category.
Columns Specify LIST columns and characteristics. Calls the LIST Columns Editor. Data category.
ColumnStyle Value of column style. Integer value, Default is (-1). Appearance category.
ColumnTotalColors Total colors for Foreground, Background, HighlightedForeground and HighlightedBackground. Select from color list. Appearance category.
ColumnTotalStyle Value of Column style. Integer value, Default is (-1). Appearance category.
CreateColorGreenBarEffect The LIST control uses a GreenBar effect. Boolean value (Default is FALSE). Appearance category.
CreateStyleGreenBarEffect Use a GreenBar style effect. Boolean value (Default is FALSE). Appearance category.
DataMember Indicates a sub-list of the DataSource to show in the LIST control. Calls the DataMember List Editor. Data category.
DataSource Indicates the source of data for the LIST control. String value, default is NULL. Data category.
EnableHeadersVisualStyles Indicates whether to use Visual Styles for the List Header. Boolean value (Default is TRUE). Appearance category.
GridColor The color of the grid lines separating the cells of the LIST control. Select from color list. Default is ControlDark. Appearance category.
HeaderHeight The height of the Header of the List. Integer value, Default is 20. Appearance category.
HeaderStyles Collection of styles for LIST control Header. Appearance category.
HideSelection Specify true or false to hide the selection. Boolean value (Default is FALSE). Behavior category.
HighlightColumnHeaders Use Highlighted Header. Boolean value (Default is FALSE). Appearance category.
HscrollVisible Setting for Horizontal scroll bar. Default is IfNeeded. Behavior category.
Images Specifies an ImageList control for the LIST control. Appearance category.
LastFullyVisibleRow Integer value that specifies last fully visible row number.
LastVisibleRow Integer value that specifies last visible row number.
RowCount Integer value that specifies total row count.
RowHeight The height of the row. Integer value, Default is 20. Appearance category.
SelectColumns Indicates whether individual columns or entire rows can be selected. Boolean value (Default is TRUE). Behavior category.
SelectedColumn Indicates the initial selected column name.
SelectedData Indicates the initial SelectedData object.
SelectedRowIndex Integer value that indicates the SelectedRowIndex.
SelectedVisibleRowIndex Integer value that indicates the SelectedVisibleRowIndex.
ShowTotals Indicates whether Totals are displayed in the List. Boolean value (Default is FALSE). Appearance category.
Styles Collection of styles. Calls the ListStyleCollection. Appearance category.
TotalHeight Specify the Row Height of totals. Integer value, Default is 20. Appearance category.
TotalStyles Indicates the Collection of styles for Totals. Calls the ListTotalStyleCollection. Appearance category.
UseSameColors Use the default colors. Boolean value (Default is FALSE). Appearance category.
UseSameHeaderColors Use default Header colors. Boolean value (Default is FALSE). Appearance category.
UseSameHeaderStyles Use Header styles. Boolean value (Default is FALSE). Appearance category.
UseSameStyles Use the default row styles. Boolean value (Default is FALSE). Appearance category.
UseSameTotalColors Use the default colors for totals. Boolean value (Default is FALSE). Appearance category.
UseSameTotalStyles Use the default LIST styles for totals. Boolean value (Default is FALSE). Appearance category.
VCR Enables VCR-styled buttons for the LIST control. Boolean value (Default is TRUE). Behavior category.
VirtualMode Specifies if the LIST control uses virtual mode, indicating whether you have provided your own data-management operations. Boolean value (Default is FALSE). Data category.
VirtualModeBufferSize Specifies an integer value for number of rows in the virtual buffer. Default is zero (0).
VisibleRowCount Get the visible integer row count (READONLY).
VscrollPos Get or set the vertical scroll position (integer value).
VscrollVisible Setting for Vertical scroll bar. Default is IfNeeded. Behavior category.
clarion_list_control_properties.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1