In the UltraListView, I want to show 3 columns with a checkbox (style = List) . how to do that?
To display checkboxes, set the UltraListView.ViewSettingsList.CheckBoxStyle property to CheckBox/TriState.
You can't control the number of columns per se but you can control the width via the UltraListView.ViewSettingsList.ColumnWidth property.