Click here to Skip to main content
15,915,611 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: WPF Bind Hyperlink To ViewModel Pin
SledgeHammer016-Jan-12 13:28
SledgeHammer016-Jan-12 13:28 
GeneralRe: WPF Bind Hyperlink To ViewModel Pin
Kevin Marois6-Jan-12 13:35
professionalKevin Marois6-Jan-12 13:35 
GeneralRe: WPF Bind Hyperlink To ViewModel Pin
SledgeHammer016-Jan-12 13:57
SledgeHammer016-Jan-12 13:57 
GeneralRe: WPF Bind Hyperlink To ViewModel Pin
Kevin Marois6-Jan-12 14:18
professionalKevin Marois6-Jan-12 14:18 
Questionrotate usercontrol while loading in wpf Pin
mi_n6-Jan-12 7:14
mi_n6-Jan-12 7:14 
AnswerRe: rotate usercontrol while loading in wpf Pin
Mycroft Holmes6-Jan-12 20:23
professionalMycroft Holmes6-Jan-12 20:23 
AnswerRe: rotate usercontrol while loading in wpf Pin
Abhinav S8-Jan-12 3:40
Abhinav S8-Jan-12 3:40 
Questioncontrol is not accessible in code behind Pin
SRKSHOME5-Jan-12 4:06
SRKSHOME5-Jan-12 4:06 
AnswerRe: control is not accessible in code behind Pin
SledgeHammer015-Jan-12 5:02
SledgeHammer015-Jan-12 5:02 
GeneralRe: control is not accessible in code behind Pin
SRKSHOME5-Jan-12 18:51
SRKSHOME5-Jan-12 18:51 
GeneralRe: control is not accessible in code behind Pin
SledgeHammer016-Jan-12 4:50
SledgeHammer016-Jan-12 4:50 
GeneralRe: control is not accessible in code behind Pin
SRKSHOME9-Jan-12 3:21
SRKSHOME9-Jan-12 3:21 
AnswerRe: control is not accessible in code behind Pin
manognya kota5-Jan-12 23:45
manognya kota5-Jan-12 23:45 
GeneralRe: control is not accessible in code behind Pin
Pete O'Hanlon5-Jan-12 23:55
mvePete O'Hanlon5-Jan-12 23:55 
GeneralRe: control is not accessible in code behind Pin
manognya kota6-Jan-12 0:07
manognya kota6-Jan-12 0:07 
QuestionParse string not working Pin
Dammie25-Jan-12 2:29
Dammie25-Jan-12 2:29 
AnswerRe: Parse string not working Pin
Pete O'Hanlon5-Jan-12 2:48
mvePete O'Hanlon5-Jan-12 2:48 
QuestionWPF ListBox With Radio Buttons Pin
Kevin Marois4-Jan-12 18:33
professionalKevin Marois4-Jan-12 18:33 
AnswerRe: WPF ListBox With Radio Buttons Pin
SledgeHammer015-Jan-12 5:01
SledgeHammer015-Jan-12 5:01 
GeneralRe: WPF ListBox With Radio Buttons Pin
Kevin Marois5-Jan-12 5:39
professionalKevin Marois5-Jan-12 5:39 
GeneralRe: WPF ListBox With Radio Buttons Pin
SledgeHammer015-Jan-12 6:37
SledgeHammer015-Jan-12 6:37 
GeneralRe: WPF ListBox With Radio Buttons Pin
Kevin Marois5-Jan-12 7:26
professionalKevin Marois5-Jan-12 7:26 
GeneralRe: WPF ListBox With Radio Buttons Pin
SledgeHammer015-Jan-12 7:54
SledgeHammer015-Jan-12 7:54 
Not sure why you are using a HierarchicalDataTemplate for the ListBox vs. a DataTemplate, but I don't think thats causing your issue. Or did you switch over to a tree?

One "nice-ety" in WPF is that it allows string formatting, so instead of doing the string - string part in a StackPanel, you can just have a single TextBlock and use the StringFormat property to format the string (using a MultiBinding for the PartNo and Description), but thats just clean up, not really your issue.

Ok, so if I'm to understand, your ItemsSource on the ListBox is pointing to PartDescriptionUpdateModel? PartDescriptionUpdateModel.Descriptions is a List of PartDescriptionModels. However, it seems like you are binding to properties of PartDescriptionUpdateModel and not the individual PartDescriptionModels?

Where is that LevelingPad stuff stored?
GeneralRe: WPF ListBox With Radio Buttons Pin
Kevin Marois5-Jan-12 8:09
professionalKevin Marois5-Jan-12 8:09 
GeneralRe: WPF ListBox With Radio Buttons Pin
SledgeHammer015-Jan-12 8:16
SledgeHammer015-Jan-12 8:16 

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.