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
504
.net checkbox list for WinForms ?
posted

 Hello,

 I am a registered user of NetAdvantage for WinForms 8.1.20081.1000.

 I am pretty sure it is possible to have a control with a drop-down list of checkboxes, just like the language filter in MSDN or in the local help of Infragistics.But I cannot find out how to set up this control, which would be very useful to me !

 Thank you in advance for your answer !

 Regards,

 Julien Fischer

Parents
No Data
Reply
  • 69832
    Offline posted

    You can emulate most of the CheckedListBox functionality using the WinListView control. Set the View property to 'List', set UltraListView.ViewSettingsList.MultiColumn to false, and UltraListView.ViewSettingsList.CheckBoxStyle to 'CheckBox'.

    You can use a DropDownEditorButton to have the WinListView appear on a dropdown, by assigning it to the button's Control property

Children