This is a migrated thread and some comments may be shown as answers.

Timeline view - change resource height

1 Answer 115 Views
Scheduler and Reminder
This is a migrated thread and some comments may be shown as answers.
Norkitt
Top achievements
Rank 1
Norkitt asked on 14 Oct 2011, 02:21 PM
Can the resource height be changed?

1 Answer, 1 is accepted

Sort by
0
Ivan Todorov
Telerik team
answered on 19 Oct 2011, 02:08 PM
Hi Norkitt,

Thank you for contacting us.

Currently, the resource headers in TimelineView are vertically stretched to fill the entire space of the control and there is no way to set them with predefined height. If more people request such feature, we will consider implementing it in a future release.

Currently, you can only set their width by using the ResourceHeaderWidth property:
TimelineGroupingByResourcesElement viewElement = this.radScheduler1.SchedulerElement.ViewElement as TimelineGroupingByResourcesElement;
viewElement.ResourceHeaderWidth = 60;
viewElement.InvalidateMeasure(true);
viewElement.UpdateLayout();

I hope this is useful. In case you have any additional questions, feel free to write back.

Best wishes,
Ivan Todorov
the Telerik team

Q2’11 SP1 of RadControls for WinForms is available for download (see what's new); also available is the Q3'11 Roadmap for Telerik Windows Forms controls.

Tags
Scheduler and Reminder
Asked by
Norkitt
Top achievements
Rank 1
Answers by
Ivan Todorov
Telerik team
Share this question
or