Alr1976 Posted June 24, 2025 Posted June 24, 2025 How can I have the first row and first column fixed in a TUniStringGrid? I tried setting fixedcol and fixedrow to 1, but when I scroll, they don't stay fixed TKS,Alessandro Quote
Sherzod Posted June 24, 2025 Posted June 24, 2025 1 hour ago, Alr1976 said: I tried setting fixedcol and fixedrow to 1, but when I scroll, they don't stay fixed Hello, While FixedCols functions as expected, FixedRows may not behave reliably in TUniStringGrid. To simulate a fixed header row, consider configuring the Columns property accordingly. Quote
Alr1976 Posted June 24, 2025 Author Posted June 24, 2025 How configure columns property? How clear all cells in tunistringgrid? Exist .clear property? It possible remove highlights in tunistringgrid when cell is selected? Tks Alessandro Quote
Alr1976 Posted July 2, 2025 Author Posted July 2, 2025 Hi!, I can' t create Columns in real time so i can' t use Columns. I have dynamic table so i can't configure header at design time Br,Alessandro Quote
Sherzod Posted July 2, 2025 Posted July 2, 2025 54 minutes ago, Alr1976 said: I can' t create Columns in real time so i can' t use Columns. I have dynamic table so i can't configure header at design time Hello, If your table is fully dynamic and you can't configure the header at design time, why not create the TUniStringGrid dynamically at runtime as well? Quote
Alr1976 Posted July 3, 2025 Author Posted July 3, 2025 But i got same problem if i can' t create Header. How To rmove selection from TUniStringGrid? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.