Click here to Skip to main content
15,796,102 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: load usercontrol in background worker Pin
Dave Kreskowiak10-Sep-20 17:29
mveDave Kreskowiak10-Sep-20 17:29 
GeneralRe: load usercontrol in background worker Pin
Rusdy Perkasa10-Sep-20 18:15
Rusdy Perkasa10-Sep-20 18:15 
GeneralRe: load usercontrol in background worker Pin
Dave Kreskowiak10-Sep-20 19:02
mveDave Kreskowiak10-Sep-20 19:02 
GeneralRe: load usercontrol in background worker Pin
Rusdy Perkasa10-Sep-20 19:41
Rusdy Perkasa10-Sep-20 19:41 
GeneralRe: load usercontrol in background worker Pin
Dave Kreskowiak11-Sep-20 3:32
mveDave Kreskowiak11-Sep-20 3:32 
GeneralRe: load usercontrol in background worker Pin
Rusdy Perkasa11-Sep-20 18:13
Rusdy Perkasa11-Sep-20 18:13 
GeneralRe: load usercontrol in background worker Pin
Dave Kreskowiak11-Sep-20 19:36
mveDave Kreskowiak11-Sep-20 19:36 
GeneralRe: load usercontrol in background worker Pin
Gerry Schmitz11-Sep-20 10:29
mveGerry Schmitz11-Sep-20 10:29 
I usually launch a few ASYNC data loads on my app's startup. Often these are user controls loaded with serialized data (xml) from a previous session.

The collections loaded are usually Observable collections.

Then when the "host" list view, etc. is loaded via a page, window or uc, the data sources are connected; even while the async load might be running.

Nothing wrong with your pattern: it's what mostly drives UWP (async).
It was only in wine that he laid down no limit for himself, but he did not allow himself to be confused by it.
― Confucian Analects: Rules of Confucius about his food

GeneralRe: load usercontrol in background worker Pin
Rusdy Perkasa11-Sep-20 18:20
Rusdy Perkasa11-Sep-20 18:20 
GeneralRe: load usercontrol in background worker Pin
Mycroft Holmes11-Sep-20 13:20
professionalMycroft Holmes11-Sep-20 13:20 
GeneralRe: load usercontrol in background worker Pin
Rusdy Perkasa11-Sep-20 18:27
Rusdy Perkasa11-Sep-20 18:27 
GeneralRe: load usercontrol in background worker Pin
Gerry Schmitz11-Sep-20 19:14
mveGerry Schmitz11-Sep-20 19:14 
GeneralRe: load usercontrol in background worker Pin
Rusdy Perkasa11-Sep-20 19:28
Rusdy Perkasa11-Sep-20 19:28 
GeneralRe: load usercontrol in background worker Pin
Gerry Schmitz12-Sep-20 5:47
mveGerry Schmitz12-Sep-20 5:47 
GeneralRe: load usercontrol in background worker Pin
Eddy Vluggen12-Sep-20 9:44
professionalEddy Vluggen12-Sep-20 9:44 
QuestionCan we add animation to WPF just like we have SHAPE animation in powerpoint? Pin
User-862169510-Jul-20 0:57
User-862169510-Jul-20 0:57 
QuestionVertical text in WPF grid Pin
kalberts6-Jul-20 9:54
kalberts6-Jul-20 9:54 
AnswerRe: Vertical text in WPF grid Pin
Gerry Schmitz6-Jul-20 13:10
mveGerry Schmitz6-Jul-20 13:10 
AnswerRe: Vertical text in WPF grid Pin
Richard Deeming7-Jul-20 0:43
mveRichard Deeming7-Jul-20 0:43 
GeneralRe: Vertical text in WPF grid Pin
kalberts7-Jul-20 6:03
kalberts7-Jul-20 6:03 
QuestionBehavior/DP Question Pin
Kevin Marois22-Jun-20 9:27
professionalKevin Marois22-Jun-20 9:27 
AnswerRe: Behavior/DP Question Pin
Richard Deeming23-Jun-20 5:44
mveRichard Deeming23-Jun-20 5:44 
GeneralRe: Behavior/DP Question Pin
Kevin Marois1-Jul-20 9:30
professionalKevin Marois1-Jul-20 9:30 
GeneralRe: Behavior/DP Question Pin
Richard Deeming2-Jul-20 0:32
mveRichard Deeming2-Jul-20 0:32 
GeneralRe: Behavior/DP Question Pin
Kevin Marois2-Jul-20 9:49
professionalKevin Marois2-Jul-20 9:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.