Jump to content

How can I have the first row and first column fixed in a TUniStringGrid?


Recommended Posts

Posted

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

Posted
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.

Posted

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

Posted

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

Posted
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?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...