Hi
How i can handle events from resize bar like mouse click, down and up?
Needs to handle events like StartResizing and EndResizing.
Thanks
How i can handle events from resize bar like mouse click, down and up?
Code:
VLayout l1 = new VLayout(); Layout l2 = new Layout(); l2.setShowResizeBar(true); l1.addMember(l2); Layout l3 = new Layout(); l1.addMember(l3);
Thanks
Comment