For once I have something to contribute and not just pester the rest of you. I ran into a situation where users requested that first column of a listview be "frozen" (freeze) as they can do in Excel. Well I don't have access to Excel's source code, so this is an attempt to recreate the feature:
The bigger issues I had were:
1. How to send all the scrolling messages back and forth with no visual delay in scrolling
2. How to hide the scroll bars for the left-most ListView
3. How to keep the left-most LV from scrolling horizontally
Please feel free to offer any tips or crticisms. And I thank all of you for your help.
I guess it could have a custom scroll bar for the right-most listview that is under both listviews. That would make it look more Excel-ish. But for our purposes, it is good as it currently is.
The bigger issues I had were:
1. How to send all the scrolling messages back and forth with no visual delay in scrolling
2. How to hide the scroll bars for the left-most ListView
3. How to keep the left-most LV from scrolling horizontally
Please feel free to offer any tips or crticisms. And I thank all of you for your help.
I guess it could have a custom scroll bar for the right-most listview that is under both listviews. That would make it look more Excel-ish. But for our purposes, it is good as it currently is.
Comment