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
300
UltraListView with check boxes using AppStylist
posted

I have an UltraListView displayed as a list with checkboxes (using UltraListView.ViewSettingsList.CheckBoxStyle). We use the AppStylist with our application but I can't get the the checkboxes within the UltraListView to have the same look as a regular UltraCheckEditor used outside the list view.

How should I do it?

Parents
No Data
Reply
  • 69832
    Offline posted

    Somewhere in the ISL there is probably spmething that is applying the Office2007 glyph style to the checkboxes. If you search the ISL for <checkBoxGlyphInfo>, you will probably find something; pull that out and the checkboxes should appear the same as they do on the UltraCheckEditor.

Children
No Data