Click here to Skip to main content
15,887,485 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: ObservableCollection Pin
Pete O'Hanlon11-May-09 4:26
mvePete O'Hanlon11-May-09 4:26 
GeneralRe: ObservableCollection Pin
mark_w_11-May-09 4:41
mark_w_11-May-09 4:41 
GeneralRe: ObservableCollection [modified] Pin
RugbyLeague11-May-09 5:02
RugbyLeague11-May-09 5:02 
AnswerRe: ObservableCollection Pin
Niladri_Biswas13-Jun-09 4:09
Niladri_Biswas13-Jun-09 4:09 
QuestionWPF - Namespaces Pin
mark_w_11-May-09 0:18
mark_w_11-May-09 0:18 
AnswerRe: WPF - Namespaces Pin
mark_w_11-May-09 5:33
mark_w_11-May-09 5:33 
AnswerRe: WPF - Namespaces Pin
Niladri_Biswas13-Jun-09 4:13
Niladri_Biswas13-Jun-09 4:13 
QuestionWPF performance problems in planning application Pin
h_c_d10-May-09 23:39
h_c_d10-May-09 23:39 
Hi,

For a project concerning a planning application, we encounter major WPF performance problems.
The application has to show a grid-like presentation of persons on the Y-axis and dates on the X-axis,
and every "cell" represents a duty or task for the person on this date. The presentation of one cell is graphical,
drawing a rounded rectangle and some lines and text.
Now we have to be able to show a full month for around 200 persons, yielding a total of 6000 cells. (so this means 6000 rectangles, 24000 textblocks, 12000 lines). Of course this is not shown onscreen all at once, only around 5 days on the X-axis and 10 persons on the Y-axis (so 50 cells at once on-screen)

we have tried a multitude of approaches, ranging from drawing everything upfront in a grid/canvas within a scrollviewer. It takes over 10 seconds before anything is shown on screen (no doubt due to the layouting) but once
it was shown, scrolling was really fast.
Then we tried an approach with itemscontrols/listbox of listboxes/virtualizing stackpanel, which made that the grid
was initially shown much faster, but then scrolling was unacceptably slow.

Can anyone give some starting points on how to tackle this problem ? We looked at some third party grid controls,
and also the WPF toolkit grid on Codeplex, but it feels like this would not be an adequate solution to our problem.

Kind regards,
Sven.
QuestionSize of a custom shape (DesiredSize) Pin
Pauwels Bart10-May-09 18:15
Pauwels Bart10-May-09 18:15 
AnswerRe: Size of a custom shape (DesiredSize) Pin
Pauwels Bart13-May-09 1:21
Pauwels Bart13-May-09 1:21 
QuestionQuick TextBox Question Pin
BlitzPackage10-May-09 11:46
BlitzPackage10-May-09 11:46 
AnswerRe: Quick TextBox Question Pin
Pete O'Hanlon10-May-09 21:38
mvePete O'Hanlon10-May-09 21:38 
GeneralRe: Quick TextBox Question Pin
BlitzPackage10-May-09 23:26
BlitzPackage10-May-09 23:26 
QuestionHow can I change a StaticResource by code behind Pin
existenc9-May-09 21:44
existenc9-May-09 21:44 
AnswerRe: How can I change a StaticResource by code behind Pin
Philipp Sumi9-May-09 23:19
Philipp Sumi9-May-09 23:19 
GeneralRe: How can I change a StaticResource by code behind Pin
ravikiran_ch23-Sep-11 8:56
ravikiran_ch23-Sep-11 8:56 
AnswerRe: How can I change a StaticResource by code behind Pin
Pete O'Hanlon10-May-09 8:50
mvePete O'Hanlon10-May-09 8:50 
AnswerRe: How can I change a StaticResource by code behind Pin
Niladri_Biswas13-Jun-09 4:24
Niladri_Biswas13-Jun-09 4:24 
AnswerRe: How can I change a StaticResource by code behind Pin
BernalF18-Aug-10 4:42
BernalF18-Aug-10 4:42 
QuestionWPF newbie in it with some problems arround formatting a ListView Pin
existenc9-May-09 8:56
existenc9-May-09 8:56 
AnswerRe: WPF newbie in it with some problems arround formatting a ListView [modified] Pin
Mark Salsbery9-May-09 11:11
Mark Salsbery9-May-09 11:11 
GeneralRe: WPF newbie in it with some problems arround formatting a ListView Pin
existenc9-May-09 21:36
existenc9-May-09 21:36 
QuestionIs there a way to run wpfbrowser application in linux? Pin
Krishnraj9-May-09 0:28
Krishnraj9-May-09 0:28 
AnswerRe: Is there a way to run wpfbrowser application in linux? Pin
Philipp Sumi9-May-09 0:47
Philipp Sumi9-May-09 0:47 
QuestionEvent Handling Pin
#realJSOP8-May-09 5:35
mve#realJSOP8-May-09 5:35 

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.