Dave, > Variable Height Listbox or Grid - Ideas?
1. bbcontrols.com has a listbox with variable size rows; can be bound directly to native VFP tables/cursors 2. use a webbrowser control and a DTHML table (or nested div's) to render your list 3. build your own using Carlos Alloatti's AMAZING scrollable container for VFP (a true, theme aware scrollable container implemented entirely in VFP - no DLL's, FLL's or ActiveX) (disclosure: I helped Carlos out on this component, but don't let that scare you away) www.ctl32.com.ar The cleanest solution would be Carlos's scrollable container because it has no dependencie and because its just great engineering. Let us know what technique you finally decide on, Malcolm _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

