Hi,
I'm making an application which represents data in a GridView and ScheduleView at the same time.
Now I'm looking for a way to bind GridView's rows heights to a ScheduleView row heights to synchronize both components grid lines while scrolling (I have implemented gridview scrolling with scheduleview scrollbar and that was pretty easy).
Sure, I can hardcode GroupHeader height with group header content template selector, but it won't work for a case when few appointments stretches a group.
So, basically I have to get current row heights from ScheduleView, how can I get them even from code-behind?
Twi pics in the attachment.
Many thanks,
Denis.