> > - Variable-height row data implies that the grid can repaginate > > itself on demand, such as during a resize. > > Can you explain what you mean by "repaginate"?
I mean the case where you want each row to wrap its contents to the width of the column, and adjust the row height as a result. I call it "repagination" when the column width changes and each row has to recalculate its height. (For extra credit, consider the case where I want each column to be able to specify its width based on its contents vs the listbox width.) Oh, and here's another case, somewhat related to the one above: one should be able to choose whether this control scrolls by row or by pixel. By row is most common of course, but by pixel has its uses too. This is fun! Here's another one: I would like to be able to draw into neighboring cells on occasion. And how about an easy way to draw vertical headers for those narrow columns? (Yeah, I know, draw my own...) lj _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
