M.Sz.
M.Sz.
@MarcelXia you need to use `giu.Custom(func() {/*your for loop*/})`
Yah and one more thing. Be aware of the fact that if the records variable is a map the iteration order will be different each frame!
@MarcelXia any updates here?
@gadmin88 the syntax have changed since https://github.com/AllenDang/giu/pull/486 , the new code example should look as follows ```go package main import ( g "github.com/AllenDang/giu" ) var sashPos float32 = 80 func...
@gadmin88 you're using wrong version! since #486 pointer is required. However it is off-topic here
you mean something like this? 
Ok. Sadly i don't exactly understand what did you mean by 'dragging' here? Just Moving the main window, setting OnDrag event or anything else?
well, I see what you mean. I think that it is the same problem as in #525 - you probably need docking to do this.
what do you mean by "glich"?  these dots around widgets?
well, my guss is, that it may be caused by FrameRounding property that rounds corners and behind these corneers you don't see window, but masterWindow instead... @AllenDang what do you...