ButtonGroup

kitPx-ButtonGroup is a widget that provides a convenient way to bind a group of buttons to a common boolean or enum point. This widget is comprised of a standard GridPane with a Button-GroupBinding already available. The ButtonGroup properties are editable in the Px Editor properties side bar.
Figure 121.   ButtonGroup Property Sheet
Image

You access these properties by expanding KitPx palette and double-click ButtonGroup

Property Value Description
Visible true (default) false
Sets the table to be visible in the Px page interface (true) or not (false).
Enabled (Px graphics) true or false
Determines if the table on a Px page can receive a command.

true configures the page to receive a command using a popup menu.

false renders the display visible but unable to receive a command.

Layout additional properties
Opens a layout window for specifying the size and location of the table in relation to its parent (X, Y coordinates, height and width).
Column Count number Specifies the number of column in the button group.
Halign Left, Center (default), Right, Fill
Selects from among horizontal alignment options: Left, Center, Right, and Fill
Valign Left, Center (default), Right, Fill
Specifies how to vertically align the pane: Top, Center, Right, Fill
Row Align Top, Center (default), Bottom, Fill Specifies the alignment of the row.
Column Align Top, Center, Bottom, Fill(default) Specifies the alignment of the column.
Row Gap number Specifies the gap between the rows.
Column Gap number Specifies the gap between the columns.
Uniform Row Height true false(default) When set to true sets uniform row height. When set to false does not have uniform row height.
Uniform Column Width true false(default) When set to true sets uniform column width. When set to false does not have uniform column width.
Stretch Row number Allows to stretch the row.
Stretch Column number Allows to stretch the column.
Color Rows true false(default) When set to true allows to color the rows. When set to false does not allows to color the rows.
Band Brush Solid, Gradient, Image ,Null(default) Specifies row fill. Solid opens the color chooser window. Gradient opens the gradient editor window. Image opens the texture window, click the browser icon to open File chooser, ord chooser to select the image file. Null indicates no row fill.
b additional properties Configures additional parameters for the binding for the button group.