hello,
Can I change the default value from worktime width?
Ex: I am show my schedule about 20 and 20 min. So I can see five hours at a time, but I want to continue showing 20 to 20 min and see 7 hours, for example.
Can i do it?
thanks
Hello,
Thank you for your post. I have been looking into it and I can suggest you use the following code in order to decrease the width of the timeslots:
<Style TargetType="{x:Type igPrim:TimeslotPresenter}"> <Setter Property="Width" Value="45"/> </Style> <Style TargetType="{x:Type igPrim:ScheduleViewTimeslotHeader}"> <Setter Property="Width" Value="45"/> </Style>
You can always change the values per your requirements.
Hope this helps you.
This worked for me...
Thanks Stefan
Thank you for your feedback. I am glad that you resolved your issue and I believe that other community members may benefit from this as well.
Thanks again.
More one question. Can I change this property in runtime at codebehind?
I tried change but get a exception...