rhennink Posted July 14, 2014 Posted July 14, 2014 Hi, When we use the TUniStringGrid with a lot of rows and cols, the Headers (and left colum(s)) (Fixedcols/fixedrows) are disappearing when moving to the right or bottom. How can we prevent this? I would always like to see the fixedheaders and fixedcolumns labels. Richard
Administrators Farshad Mohajeri Posted July 18, 2014 Administrators Posted July 18, 2014 What do you mean by "moving"
rhennink Posted July 20, 2014 Author Posted July 20, 2014 I created a TUniStringGrid where the first row are the headers (like dates), and the first column are also fixed values (like names). WHen I scroll down (or to the right), the first column (or row) is disappearing (not visble anymore). In plain-delphi we set then FIxedCOls/fixedROw and the these columns/row are always visible, despite where we scroll to in the grid. Richard
Administrators Farshad Mohajeri Posted July 20, 2014 Administrators Posted July 20, 2014 This feature is not supported in StringGrid. There is no simple workaround here. It must be internally implemented. Moved to feature requests.
BruceTTT Posted April 9, 2020 Posted April 9, 2020 Is there a solution for this? The "fixed" row is scrolling:
Sherzod Posted April 10, 2020 Posted April 10, 2020 6 hours ago, BruceTTT said: Is there a solution for this? The "fixed" row is scrolling: Hello, I'm afraid this is not possible at the moment.
BruceTTT Posted April 10, 2020 Posted April 10, 2020 Thanks, I was able to get pretty close with adding columns in the Columns property, setting ShowColumnTitles:=true, and setting FixedRows:=0. The only downside is that it's design-time driven, and the first data row is 0 where in the desktop VCL it's usually 1 (since FixedRows is usually 1).
Recommended Posts