Click here to Skip to main content
15,914,016 members
Home / Discussions / WPF
   

WPF

 
Generalfloat Dependency Property Exception Pin
RNEELY17-Apr-08 9:33
RNEELY17-Apr-08 9:33 
GeneralRe: float Dependency Property Exception Pin
Pete O'Hanlon17-Apr-08 9:55
mvePete O'Hanlon17-Apr-08 9:55 
GeneralRe: float Dependency Property Exception Pin
RNEELY17-Apr-08 10:00
RNEELY17-Apr-08 10:00 
Generalwpf xbap listbox problem Pin
pat3d216-Apr-08 9:03
pat3d216-Apr-08 9:03 
GeneralRe: wpf xbap listbox problem Pin
RNEELY18-Apr-08 4:48
RNEELY18-Apr-08 4:48 
GeneralRe: wpf xbap listbox problem Pin
pat3d223-Apr-08 7:27
pat3d223-Apr-08 7:27 
GeneralProblem with UserControl [modified] Pin
koleraba14-Apr-08 15:23
koleraba14-Apr-08 15:23 
GeneralRe: Problem with UserControl Pin
Insincere Dave14-Apr-08 16:33
Insincere Dave14-Apr-08 16:33 
The problem is that the dependency property is static, therefore the default value only gets initialized once and the same collection is used for all the controls. In the dependency property use the default null and create the collection in the constructor.

See http://msdn2.microsoft.com/en-us/library/aa970563.aspx
GeneralRe: Problem with UserControl Pin
koleraba15-Apr-08 0:11
koleraba15-Apr-08 0:11 
GeneralPhoto Gallery using Silver light Pin
r aa j14-Apr-08 3:43
r aa j14-Apr-08 3:43 
GeneralRe: Photo Gallery using Silver light Pin
Michael Sync14-Apr-08 17:53
Michael Sync14-Apr-08 17:53 
GeneralRe: Photo Gallery using Silver light Pin
r aa j15-Apr-08 18:16
r aa j15-Apr-08 18:16 
QuestionHow can i use DataGridView in WPF Application? Pin
bankey101011-Apr-08 1:24
bankey101011-Apr-08 1:24 
AnswerRe: How can i use DataGridView in WPF Application? Pin
User 27100911-Apr-08 2:02
User 27100911-Apr-08 2:02 
GeneralRe: How can i use DataGridView in WPF Application? Pin
Pete O'Hanlon11-Apr-08 3:13
mvePete O'Hanlon11-Apr-08 3:13 
AnswerRe: How can i use DataGridView in WPF Application? Pin
Pete O'Hanlon11-Apr-08 2:23
mvePete O'Hanlon11-Apr-08 2:23 
GeneralRe: How can i use DataGridView in WPF Application? Pin
User 27100911-Apr-08 3:32
User 27100911-Apr-08 3:32 
GeneralRe: How can i use DataGridView in WPF Application? Pin
Pete O'Hanlon11-Apr-08 4:11
mvePete O'Hanlon11-Apr-08 4:11 
GeneralRe: How can i use DataGridView in WPF Application? Pin
User 27100911-Apr-08 4:30
User 27100911-Apr-08 4:30 
GeneralRe: How can i use DataGridView in WPF Application? Pin
Pete O'Hanlon11-Apr-08 4:51
mvePete O'Hanlon11-Apr-08 4:51 
AnswerRe: How can i use DataGridView in WPF Application? Pin
User 27100911-Apr-08 3:31
User 27100911-Apr-08 3:31 
GeneralDebugging Silverlight Pin
Edmundisme10-Apr-08 11:47
Edmundisme10-Apr-08 11:47 
GeneralRe: Debugging Silverlight Pin
Michael Sync10-Apr-08 20:34
Michael Sync10-Apr-08 20:34 
GeneralRe: Debugging Silverlight Pin
Edmundisme11-Apr-08 7:54
Edmundisme11-Apr-08 7:54 
GeneralUsing a Grid as an ItemsPanel Pin
Ed.Poore9-Apr-08 10:00
Ed.Poore9-Apr-08 10:00 

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.