company logo

Column :: setLayout - Set column header layout

The function applies the layout elements passed in cLayout to the header of the selected column and all data items for the column in the region. Only layout elements passed in the layout will be changed or set as column layout elements. Layout elements not set in the passed layout remain unchanged.

Column layout settings will not overwrite specific layout elements set for single data items (cells), but will complete data item layout.

In order to deactivate current settings for the column header, resetLayout() should be called before setting new layout properties.

Implementation details

Column  :: setLayout ( odabagui::Layout &cLayout )
  • cLayout - Constant layout reference

    The layout object contains layout information for controls and data items.