On 1/7/2011 09:44, Alexsander Rosa wrote:
"Freeze pane" is an expression from Excel spreadsheet: you "freeze" a few columns (usually with identification data) and scroll the rest. In TStringGrid it's done with FixedCols: they remain fixed (frozen) and the rest of the columns can be scrolled. This part is fine, the "freeze pane" feature is there. However, in TStringGrid the fixed columns can't be manually resized even when you set goColumnResize to true. I wish there were an option like "goFixedColsResize" or something.

VirtualTreeView implements that

See in advanced demo "GridDemo"

Luiz

--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to