search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

React schedule Pro (trial) > Left pane's columns stop being scrollable with computer's pad when using Parent100Pct

Asked by andy
20 days ago.

When there are more than 2 columns on the left pane and has `heightSpec = Parent100Pct`, why does the left pane's columns stop being scrollable with computer’s scrollpad as soon as the resources’ elements reaches the bottom of the list?

This is current configuration.

<div style={{
        height: '100%',
        display: 'flex',
        flexDirection: 'column',
        overflow: 'hidden',
 }}>
 <DayPilotScheduler
   heightSpec={'Parent100Pct'}
   rowHeaderWidthAutoFitShrink={false}
   rowHeaderWidthAutoFit={false}   
   treeEnabled,
   rowHeaderScrolling,
   rowHeaderColumnsResizable,
   rowHeaderColumnsMergeParents={false}
   rowHeaderWidth: 410, // hard-coded to sum of 2 columns for now
   rowHeaderColumns={[
    { text: "", display: 'info', width: 310, nonresizable: true },
    { text: "Another Column", display: 'another', width: 100, nonresizable: true },
   ]},
   rowMinHeight: 100
 />
</div>

The horizontal scrollbar at the bottom is still visible on hover, but i can only move it using the mouse, but not computer’s scrollpad.

Comment posted by Dan Letecky [DayPilot]
20 days ago.

The wheel event is handled by a custom logic when there is a vertical scrollbar. It looks like it blocks the horizontal scrolling using mouse wheel/touchpad by accident. Please let me check it.

Answer posted by Dan Letecky [DayPilot]
16 days ago.

This issue should be fixed now in the latest release (2025.3.6631).

Please let me know if the problem persists.

Comment posted by andy
15 days ago.

Hi Dan,

The columns are scrolling horizontally now.

However, when I scrolled down vertically on the left pane, the left pane’s begins to slightly shift leftwards or rightwards.

Is that behaviour intentional?

Comment posted by Dan Letecky [DayPilot]
15 days ago.

The row headers can be scrolled freely in both directions. It looks like on iOS, this results in unwanted effects, not consistent with the native scrolling behavior. The Scheduler uses custom scroll handling because the native scrolling can’t be used for the row headers.

Can you can try the latest sandbox build (2025.3.6645)? It improves the logic and locks the main scrolling direction.

Comment posted by andy
15 days ago.

Thanks - latest sandbox build fixed the above issue!

Comment posted by Dan Letecky [DayPilot]
15 days ago.

Hi Andy,

Great, thanks for the update!

New Reply
This reply is
Attachments:
or drop files here
Your name (optional):