![Multimedia 1 dla listy Splitter Box Widget [ UMG ]](https://media.fab.com/image_previews/gallery_images/bfb4bc57-ebb5-4532-95ab-923462435d44/cdd9cabf-ef8b-4692-9998-0abc45762467.jpg)
Opis
Add access to a new widget panel : Splitter Box is like a HorizontalBox or VerticalBox, placing children in a layout that divide the space, but the end user can resize at runtime the separation between each child with the mouse, thanks to draggable splitters lines. (separator handles)
Use :Drag & Drop as you would with any Panel widget, populate with children, and profit. Simple as that.
Details :- Select either Vertical or Horizontal layout.
- For each re-sizable children, ensure it resize dynamically elegantly. e.g use ScrollBox, ListView, or clipping if necessary.
- Like in VerticalBox etc, each children is either constant size (AUTO), or take place according to a to a size coefficient (FILL). Setup the default layout using theses rules.
- One can set a minimum size in pixels for children.
- Customizable Style and Thickness for the splitter lines (separators handles)
- Unreal 5 : minimum pixel size is now customizable per children.







