Resizer Question

HI, I’m trying to implement a resizer between to panels (“rows”), however the lower panel needs a button bar or tab control to be “anchored” to the resizer as a header type control. Presently when the resizer is moved the buttons just expand or contract. Is there a way to have the header with buttons simply move with the slider without changing their vertical size?
Thanks for any guidance.
srvrside

You need to use sublayout

  • top panel
  • resizer
  • sub layout
    • toolbar
    • buttom panel

http://webix.com/snippet/66af5355

Thanks very much maksim