Hey all, as always, thank you for your excellent product!
I don't see this question posted anywhere in the forums, so I'll throw it out there. If you don't like it you can send it right on back. 
Can we make a disabled Listview be scrollable, sortable and column-resizable? It would be great if the text were grayed out and it was impossible to select anything but the user could still use and scroll the control. Maybe add a bool ReadOnly property like they did to the .NET textbox?
We are using a custom Listview in our project that inherits from the Gizmox Listview. i've been playing with the idea all morning, but with no success. I've tried overriding a number of events but have had no luck. Please let me know if there's something I can do to implement this in my own project. Again, it would need to:
1: Gray out the text of each list item/sub items.
2. Disallow any items from being selected or any mouse click event from being fired.
3. Allow scrolling, sorting and column-resizing
Thanks again for your work!
Andrew