Quote:I first place, event no is fired only is fired, only is fired if use c.Foldable = true;
ContainerFolded and ContainerUnfolded events are raised only if the user folds/unfolds the container interactively. If you set the Folded property from NodeClicked handler, then just run the same code after setting Folded.
Quote:Also, tis solution is useless, for simple reason, when i locate container close to the border, and open, the container move from the postion, the problem is when you fold again , the container should remain in orignal position (caption header), but that not happen due this solution just move the continer but ever return to original position where is located. Container should reamin in same position.
Save the container's position before calling Move and restore it when the container is folded again.
Quote:When drag by example a BUTTON, from isnide tof container over the border of container, the same problem happen.
It seems hosted controls are removed from containers when the mouse pointer leaves the container rectangle. We'll add some intersections checks for the next release.
Stoyan