Hi,
I got a problem with the scrollbars and treeviews in a form with 3 KryptonWorkspaceCell's. Cell1 covers the upper half of the form, cell2 and 3 divide the lower half. When I move the cursor over a border between two cells, the scrollbars and treeviews blink two times. Entering the border once and entering the other cell once again.
I caught the resize event for cell1:
Private Sub KryptonWorkspaceCell1_Resize(ByVal sender As Object, ByVal e As System.EventArgs) Handles KryptonWorkspaceCell1.Resize
This event comes, when I move the cursor onto the border and again when leaving it. The event also comes, when I resize the form dragging one of the outer borders of the form. I used the debugger to set a breakpoint on this routine. When the breakpoint is reached, the scrollbars appear on their original location and in their original size, and the treeviews are empty and are also shown in their original size, if necessary overlapping the cells.
I would very appreciate any help.
Franz