RE: ListView question?
- Posted by Al Getz <Xaxo at aol.com> Feb 09, 2003
- 415 views
Hello there Dan, Another idea would be to create several rows of check boxes and several rows of text. Have a single vert scroll bar control all the rows of text such that they scroll one full row at a time. You dont really have to scroll the check boxes. As each line changes, the associated check boxes apply to the different rows that scroll into view, so you have to keep track of the top row. Shouldnt be too hard really, and depending on how you draw the check boxes it might appear to be one complete page rather then several columns. Now that i think about it, maybe you could change the text associated with each check box and have the 'static' text change with the scroll action. In this way you would be using only check box controls and a scroll bar control. You'd still have to keep track of the top row, but i bet it would be fairly easy to do. Take care, Al