Click here to Skip to main content
15,793,547 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: load usercontrol in background worker Pin
Gerry Schmitz11-Sep-20 10:29
mveGerry Schmitz11-Sep-20 10:29 
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 
Then the loading is not done a separate thread, or the synchronization isn't done well. Dave has a point, you don't show 10k records in a dropdown, as the scrolling would be awful. You have a point that for a fast tekst search, you preload it - it's not like it's a lot of data.

There's some differences between WinForms and WPF, so can't help there; but I'd not be reporting progress with constants that indicate little; I'd be counting items and updating the progressbar every 250ms.

It's a shortcut to give "partial" progress with constants, and it smells.
Bastard Programmer from Hell Suspicious | :suss:
"If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.

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 
Question2 xaml windows question Pin
Michele Smith26-May-20 8:10
Michele Smith26-May-20 8:10 
AnswerRe: 2 xaml windows question Pin
#realJSOP26-May-20 8:43
mve#realJSOP26-May-20 8:43 
QuestionCreate DataGrid From List<T> With Properties As Columns Pin
Kevin Marois18-May-20 8:14
professionalKevin Marois18-May-20 8:14 
AnswerRe: Create DataGrid From List<T> With Properties As Columns Pin
Richard Deeming18-May-20 9:47
mveRichard Deeming18-May-20 9:47 
GeneralRe: Create DataGrid From List<T> With Properties As Columns Pin
Kevin Marois18-May-20 9:52
professionalKevin Marois18-May-20 9:52 
QuestionWPF ListBox Pin
michaelbarb7-May-20 11:03
michaelbarb7-May-20 11:03 
AnswerRe: WPF ListBox Pin
Richard Deeming10-May-20 22:52
mveRichard Deeming10-May-20 22:52 

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.