This is a migrated thread and some comments may be shown as answers.

Make undocked panes appear instantly when loading layout

0 Answers 33 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Niklas
Top achievements
Rank 1
Niklas asked on 17 Sep 2015, 06:35 AM

I have an issue with loading layout that causes the floating panes appear in a sequence, not at the same time as i like it to be. Is there any way of achieving this?

This is how i currently do it:

In the ElementLoaded event i set the pane to be IsHidden=true. So far so good. And then in my main application Loaded event i set the IsHidden=false to show the panes. Bot doing this takes exactly the same ammount of time as if i would not set them to be hidden in the ElementLoaded event.

 

I want all of the panes to become visible with its content all at the same time. Reason for this is we have a startup screen that is visible untill all content is loaded. It works fine with the docked panes, but not the floating ones.

 

/Niklas

No answers yet. Maybe you can help?

Tags
Docking
Asked by
Niklas
Top achievements
Rank 1
Share this question
or