Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1210
Flyout initial width
posted

Hi Guys, 

 

I'm using SplitPane and i'm facing a problem.

The split pane i have is just like VS toolbox, it contains items that can be dragged to certain places in my application.

Basically - it is a list of items (ListBox).

When the split panes loads it gets the width from the context ListBox.

The content list box items have different width, and since i'm working with the virtualizing stack panel (i must have it) - when the user scrolls the pane keep resizing according to the maximum size of the list box items.

I tried endlessly looking for a way to set the initial size of the split pane and make the list box get this size when it loads. I want the user to be able to control this later ofcourse.

I notices that once the i change the size of the split pane - it get fixed, but until i do that - it is bad .... :-(

Any workaround for this problem will be appriciated as well.

 

Thanx,

Gili