> > ...if I could make a listbox and make each > > different column a different height. I want to calculate the height > > to make it proportional to something > Not with the built-in ListBox, no. You'd have to write a custom > class, which depending on what other LB features you need could be > pretty simple or pretty hard. > .... > This sounds like you are trying to make a bar chart. Seems like a > canvas with rectangles would be more suitable for that. >
The thing thats nice about the built-in RB listbox, is that it has a lot of things already built-in. For example if you add too many rows, it will automattically make a scroll bar at the right. It grabs selections of cells (rows and columns). A canvas doesn't have a scrollbar. So I suppose I would have to put a scrollbar next to the canvas, then make it invisible or not, and adjust the width of the canvas depending on the number of rows. Seems like a lot of trouble. _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
