This feature is a tool for adding an extra column to the left of the selected table with a checkbox content control added to each cell. If a user clicks the checkbox, it toggles the checkbox to be either checked (x) or unchecked.
CMD
<Cmd case="BaseExtensions:insert-checkbox-column"/>
Parameter
HeaderText
Define text for the header row. In the example above, the defined header text is HeaderText="<Header>"
.
ColumnWidth
This parameter is optional and is to be used to define a custom width of the inserted column.
OnCreation
Set this parameter to be true
if the insertion should happen on creation (insert the checkbox column from the button). If this should be running with recording commands (e.g. when inserting a table), set the parameter to be false
.
Comments
0 comments
Article is closed for comments.