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

show scrollbar on timelineview keeping the width of the scheduler fixed

1 Answer 30 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Indranik
Top achievements
Rank 1
Indranik asked on 13 Jan 2009, 12:18 PM
Is it possible to show HORIZONTAL scrollbar on timelineview keeping the width of the scheduler fixed?

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 13 Jan 2009, 02:24 PM
Hi Indranik,

Yes, this is possible by setting the ColumnWidth property of RadScheduler. For example,

<telerik:RadScheduler   
ID="RadScheduler1"   
GroupBy="Type"   
Width="600px"   
ColumnWidth="150px" .../> 


All the best,
Peter
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Scheduler
Asked by
Indranik
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or