EasyUI Forum
March 29, 2024, 01:07:13 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: LayoutPanel Resize Handle Width  (Read 6460 times)
don
Newbie
*
Posts: 28


View Profile
« 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.
Logged
jarry
Administrator
Hero Member
*****
Posts: 2260


View Profile Email
« Reply #1 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>
Logged
don
Newbie
*
Posts: 28


View Profile
« Reply #2 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.
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!