There is need to get the height of group by ribbon and column header in our project, which attributes that I can use to get and set height?
Thanks
Kimi
3 Answers, 1 is accepted
0
Vlad
Telerik team
answered on 29 Jul 2010, 09:41 AM
Hello,
You can use ActualHeight to get current height of some UI element.
Kind regards,
Vlad
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
suppose i want to get the height of column header and GroupBy area,
how to write the code?
0
Vlad
Telerik team
answered on 29 Jul 2010, 12:36 PM
Hi,
You can use for example our extension methods (ChildrenOfType<>()) to get GridViewHeaderRow and GridViewGroupPanel
All the best,
Vlad
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items