Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
295
How to show three columns in viewsetting = List
posted

In the UltraListView, I want to show 3 columns with a checkbox (style = List) . how to do that?

  • 69832
    Offline posted

    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.