cancel
Showing results for 
Search instead for 
Did you mean: 

how to keep header static in a table

Former Member
0 Kudos

Hi Friends,

I am having a table in the tray.While i am scrolling the table to see the datas ,the header of the table is also moving.I want the header to remain static.Could anyone tell how to achieve.

regards,

M.Arunkumar.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member189631
Active Contributor
0 Kudos

ArunKumar,

One way to resolve to this is,

  • Have a integer context attribute.

  • Bind the context attribute with VisibleRowcountProperty.

  • Set the context Attribute as the size of the node or No of rows.

Regards,

<b>Ramganesan K</b>

sid_sunny
Contributor
0 Kudos

Hi Arun,

This is not probably the exact solution which you asked for but I guess by setting the visible row count property appropriately you can have the same effect.

Regards

Sid