This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
if your config has a tree group (imported from an ace options table) the "grab bar" for width resizing is locked until you resize the overall frame, then its unlocked and you can increase the width of the group/list
could this please be unlocked by default?
also would it be possible to pass in a width for tree groups? even if it was just the single / double width options that we have for the other base widgets but anything that allows us to have more control over group width would be very helpful
i make excessive use of tree groups in the config for arkinventory if you need an example
I like this idea. I would like to be able to set the width
I tried to look into the grab bar issue, but I couldn't figure it out. Its not locked by default, as you can see the seperator come up when hovered, but it just doesn't work. Something about the StartSizing() call must be broken until its resized, for some reason.
I did a quick bruteforce in the Dragger_OnMouseDown of the TreeGroup widget, adding this before the StartSizing() makes it work:
treeframe:GetParent():GetParent():GetParent():StartMoving() treeframe:GetParent():GetParent():GetParent():StopMovingOrSizing()
I didn't dig it to find out what this is triggering that makes the problem go away though.
To post a comment, please login or register a new account.