Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
780
Worktime width
posted

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

Parents
  • 138253
    Verified Answer
    Offline posted

    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.

Reply Children