Project

General

Profile

Actions

Support #14093

open

Splitter Handles in WGridLayout since 4.12.

Added by Harald Elmer about 2 months ago. Updated 27 days ago.

Status:
Feedback
Priority:
Normal
Assignee:
Target version:
-
Start date:
11/04/2025
Due date:
% Done:

0%

Estimated time:

Description

I used setColumnResizable of WGridLayout to set initital Size of Column. I never got a column handle and I didn't need it either.
Since 4.12.x I get one, and size of column is reduced by the size of the handle, so that my design leads to a horizontal scrollbar.
Maybe you can help me to get rid of that handle, so that I can still use setColumnResizable to set the size of the column.
(A re-design of the column-inner should be avoided)
Many thanks,

Actions #1

Updated by Matthias Van Ceulebroeck 27 days ago

  • Status changed from New to Feedback
  • Assignee set to Harald Elmer

Hello Harald,

as a quick fix, I think it ought to be possible to set two values:

  • min-width: {val}px for the layout that has the scrollbar, to avoid it.
  • z-index: 10 (or any value higher than the layout) on the resize handle (Wt-vrh2)

That should resolve your problem.

Actions

Also available in: Atom PDF