Click here to Skip to main content
15,890,512 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Commands in User Control Pin
eddieangel5-Oct-10 6:15
eddieangel5-Oct-10 6:15 
AnswerRe: Commands in User Control Pin
Abhinav S4-Oct-10 20:29
Abhinav S4-Oct-10 20:29 
QuestionRe: Commands in User Control Pin
PumbaPumba17-Oct-10 21:22
PumbaPumba17-Oct-10 21:22 
AnswerRe: Commands in User Control Pin
eddieangel18-Oct-10 7:24
eddieangel18-Oct-10 7:24 
AnswerRe: Progress Bar Display Pin
Ian Shlasko4-Oct-10 5:49
Ian Shlasko4-Oct-10 5:49 
QuestionHow to show userControl on all screen ? Pin
Yanshof4-Oct-10 4:54
Yanshof4-Oct-10 4:54 
AnswerRe: How to show userControl on all screen ? Pin
Ian Shlasko4-Oct-10 5:52
Ian Shlasko4-Oct-10 5:52 
QuestionWPF DataGrid: Settings ItemsSource with large DataTable Pin
soup4-Oct-10 1:41
soup4-Oct-10 1:41 
Hi,

I have a query that returns a lot of records. What I have done to optimize the initial data bind when setting ItemsSource is to only show the first 100 records.

However, I allow users to gain access to the remaining records by indicating there are more records and if they press a button, all the records are bound to the DataGrid. This setting of ItemsSource takes 10-15 seconds.

I don't mind how long that takes, but I have a storyboard animation that I overlay to let the user know something is happening. This animation is fine whilst querying and binding 100 records (must be quick), but when binding 1000+ records, the animation doesn't run.

I'm presuming this is because the binding and the animation are on the UI dispatcher thread, but this is kind of defeating my ability to keep the user in the loop in what is going on.

Has anyone solved this issue, either by doing it right (am I doing something wrong?) or by doing it another way?

Thanks for any advice.

Simon
Questionclick event of the hyperlink variable. Pin
rus2042-Oct-10 0:42
rus2042-Oct-10 0:42 
AnswerRe: click event of the hyperlink variable. Pin
Abhinav S2-Oct-10 3:18
Abhinav S2-Oct-10 3:18 
GeneralRe: click event of the hyperlink variable. Pin
rus2042-Oct-10 3:53
rus2042-Oct-10 3:53 
AnswerRe: click event of the hyperlink variable. Pin
Saksida Bojan2-Oct-10 21:35
Saksida Bojan2-Oct-10 21:35 
GeneralRe: click event of the hyperlink variable. Pin
rus2043-Oct-10 3:16
rus2043-Oct-10 3:16 
GeneralRe: click event of the hyperlink variable. Pin
Saksida Bojan3-Oct-10 9:49
Saksida Bojan3-Oct-10 9:49 
GeneralRe: click event of the hyperlink variable. Pin
rus2043-Oct-10 22:17
rus2043-Oct-10 22:17 
GeneralRe: click event of the hyperlink variable. Pin
Saksida Bojan3-Oct-10 23:27
Saksida Bojan3-Oct-10 23:27 
GeneralRe: click event of the hyperlink variable. Pin
rus2044-Oct-10 2:42
rus2044-Oct-10 2:42 
GeneralRe: click event of the hyperlink variable. Pin
Saksida Bojan4-Oct-10 8:11
Saksida Bojan4-Oct-10 8:11 
GeneralRe: click event of the hyperlink variable. Pin
rus2046-Oct-10 2:33
rus2046-Oct-10 2:33 
QuestionHow can I tell whether a Silverlight Textbox vertical scrollbar is visible or not Pin
Marcelo Ricardo de Oliveira30-Sep-10 8:35
Marcelo Ricardo de Oliveira30-Sep-10 8:35 
AnswerRe: How can I tell whether a Silverlight Textbox vertical scrollbar is visible or not Pin
#realJSOP1-Oct-10 8:25
mve#realJSOP1-Oct-10 8:25 
GeneralRe: How can I tell whether a Silverlight Textbox vertical scrollbar is visible or not Pin
Marcelo Ricardo de Oliveira4-Oct-10 3:18
Marcelo Ricardo de Oliveira4-Oct-10 3:18 
GeneralRe: How can I tell whether a Silverlight Textbox vertical scrollbar is visible or not Pin
Damien Dunphy31-May-11 22:34
Damien Dunphy31-May-11 22:34 
Questionusing webcam with silverlight 4 - protection error Pin
shabya30-Sep-10 2:19
shabya30-Sep-10 2:19 
AnswerRe: using webcam with silverlight 4 - protection error Pin
Pete O'Hanlon30-Sep-10 2:26
mvePete O'Hanlon30-Sep-10 2:26 

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.