Actions
Support #14093
openSplitter Handles in WGridLayout since 4.12.
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,
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}pxfor 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