JavaScript UI Libraries & Blazor Components Suite – Smart UI Forums General Discussions Scheduler/week view – 'all day' row – expand height to show all entries?

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #101905
    davout
    Member

    With the Smart.Scheduler component in  ‘week’ view mode,  is it possible to configure this so that the ‘all day’ cell/row will auto expand vertically to show all tasks?
     

    #101909
    yavordashew
    Member

    Hi davout,
    Yes the functionality is achievable by using --smart-scheduler-timeline-header-all-day-cells-size CSS variable and set it depending on how many task you have in the row.
    Quick code snippet showcasing how to use this CSS variable:

    .smart-scheduler {
        --smart-scheduler-timeline-header-all-day-cells-size: 200px;
        width: 100%;
        height: 100%;
        --smart-scheduler-view-item-size: 100px;
    }

    More about the Scheduler component’s CSS variables you find in the documentation:
    https://www.htmlelements.com/docs/scheduler-css/
    Let me know if that works for you!
    Please, do not hesitate to contact us if you have any additional questions.
    Best regards,
    Yavor Dashev
    Smart UI Team
    https://www.htmlelements.com/

    #101911
    davout
    Member

    Thanks for that….
    Is it also possible to hide the hour based rows BELOW the ‘all day’ row?

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.