Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Handling ResizeBar events

    Hi
    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);
    Needs to handle events like StartResizing and EndResizing.
    Thanks

    #2
    Hi,
    I have the same problem, I want to handle the event when I click on the resizebar button, it is possible or there is another way to do this?

    THx in advance

    Comment

    Working...
    X