I need to turn off the highlight for a listview that uses the checkboxstyle. The user will be using the checkbox to signify selection, so I don't need the highlight in this case.
Hello,
I created a sample with 'UltraListView' with 'List' style and checkbox column. I am sure what you mean with this highlight, so please modify my sample if it does not reproduces your scenario.
Please do not hesitate to contact us if you need any additional assistance.
Yes, the selection/active highlight. I'm using Detail view but I don't think it matters. I'm looking for a way to override the AppStyle. The feature is available in UltraGrid by overriding the appearances in an event.
By the way, I'm still using version 9.2.
Thank you for your patience. After some research I came to the conclusion that we are using different versions of the 'Office2007Blue.isl' style. The reason you could not change the appearance is that the style has a higher resolution order than the control. You could change that by clicking on the 'UltraListView' under 'Roles' tab(on the left in 'AppStylist for Windows Forms') => 'Component Role Settings' => 'Infragistics Components', then in the bottom of the program you could see 'Properties' window and the 'ResolutionOrder' property. You could set it to 'ControlThenApplication' and see if it meets your requirements.
Please feel free to let me know if a question about our toolset comes up on your mind.
Just a note, I'm still using version 9.2. Attached is a sample project.
I am sure that I managed to change a color despite using an app style in my sample. I might have misunderstood you so could you please if possible attach a small sample project with your scenario and your exact requirements, I will be happy to assist you further on that matter.
It didn't work. It still uses the AppStyle setting.
Could you please review the sample attached to this post and see if it meets your requirements.Please feel free to let me know if I misunderstood you or if you have any other questions.