Creates columns in the user interface. In order to put your controls in columns, you have to put them inside the columns tag. If you want to place several controls into one column, you have to use control groups or group boxes.
This tag has no additional parameters.
Example:
<?xml version="1.0" encoding="ISO-8859-1"?>
<root dpix="96" dpiy="96">
<columns>
<groupbox caption="Group Box">
<edit name="edit1" caption="Edit field" minwidth="100"/>
<memo name="memo1" caption="Some memo"/>
</groupbox>
<group>
<memo name="memo2" caption="Yet another memo"/>
<radiogroup name="radio1" caption="Radio group">
<item caption="Option 1"/>
<item caption="Option 2"/>
<item caption="Option 3"/>
</radiogroup>
</group>
</columns>
</root>
The result will be:

 
| The CHM file was converted to HTML by chm2web software. |