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?
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.