Title: LayoutPanel Resize Handle Width Post by: don on August 03, 2021, 05:23:39 AM Is there any way to adjust the width of the resize handles (edge borders) on LayoutPanels? I see Resizable has an "edge" property, but I don't see it on the LayoutPanel.
Title: Re: LayoutPanel Resize Handle Width Post by: jarry on August 05, 2021, 08:08:58 AM Please set the 'edge' property value for the region panel. Make sure to update to the newest version.
Code: <LayoutPanel region="west" :split="true" :edge="5" :bodyStyle="{padding:'5px'}" ... </LayoutPanel> Title: Re: LayoutPanel Resize Handle Width Post by: don on August 25, 2021, 04:26:52 AM Please set the 'edge' property value for the region panel. Make sure to update to the newest version. Changing the 'edge' property has no effect. |