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

WPF

 
AnswerRe: Testing Event on Custom WPF Control Pin
ABitSmart12-Feb-09 16:11
ABitSmart12-Feb-09 16:11 
GeneralRe: Testing Event on Custom WPF Control Pin
Jammer13-Feb-09 2:31
Jammer13-Feb-09 2:31 
GeneralRe: Testing Event on Custom WPF Control [modified] Pin
Calin Tatar13-Feb-09 5:13
Calin Tatar13-Feb-09 5:13 
GeneralRe: Testing Event on Custom WPF Control Pin
Jammer13-Feb-09 6:38
Jammer13-Feb-09 6:38 
Question[Message Deleted] Pin
S.Neela11-Feb-09 23:50
S.Neela11-Feb-09 23:50 
QuestionRe: WPF - Setting the SelectedValue in a binded combobox on loading a window or usercontrol Pin
Mark Salsbery12-Feb-09 10:15
Mark Salsbery12-Feb-09 10:15 
QuestionListView problem Pin
Xaverria11-Feb-09 21:53
Xaverria11-Feb-09 21:53 
AnswerRe: ListView problem Pin
ABitSmart12-Feb-09 16:51
ABitSmart12-Feb-09 16:51 
When you use DataBinding the SelectedItem will be the databound object and not the control. So, you won't have access to the control to set its Visibility.

Two ways I think you can go along are,
Drive the Visibility through DataBinding i.e. bind Visibility to a property. You might need a converter (IValueConverter) to return a valid Visibility value (Hidden, Visible or Collapsed).
Or
You can have custom code(overriding the GetVisualChild) traversing the VisualTree to find the child control and set its Visibility, which would be painful.


I would prefer the first way.
QuestionSilverlight, WPF WBA and ASP.NET [modified] Pin
devvvy11-Feb-09 20:37
devvvy11-Feb-09 20:37 
AnswerRe: Silverlight, WPF WBA and ASP.NET Pin
Mark Salsbery12-Feb-09 5:55
Mark Salsbery12-Feb-09 5:55 
GeneralRe: Silverlight, WPF WBA and ASP.NET Pin
devvvy12-Feb-09 14:13
devvvy12-Feb-09 14:13 
GeneralRe: Silverlight, WPF WBA and ASP.NET Pin
Mark Salsbery12-Feb-09 14:36
Mark Salsbery12-Feb-09 14:36 
GeneralRe: Silverlight, WPF WBA and ASP.NET Pin
devvvy12-Feb-09 14:41
devvvy12-Feb-09 14:41 
GeneralRe: Silverlight, WPF WBA and ASP.NET Pin
Mark Salsbery12-Feb-09 15:17
Mark Salsbery12-Feb-09 15:17 
GeneralRe: Silverlight, WPF WBA and ASP.NET Pin
devvvy12-Feb-09 15:22
devvvy12-Feb-09 15:22 
GeneralRe: Silverlight, WPF WBA and ASP.NET Pin
Mark Salsbery12-Feb-09 15:30
Mark Salsbery12-Feb-09 15:30 
GeneralRe: Silverlight, WPF WBA and ASP.NET Pin
devvvy12-Feb-09 15:31
devvvy12-Feb-09 15:31 
QuestionHow to use images before hyperlink button in Silverlight? Pin
salon11-Feb-09 1:20
salon11-Feb-09 1:20 
AnswerRe: How to use images before hyperlink button in Silverlight? Pin
Mark Salsbery12-Feb-09 9:11
Mark Salsbery12-Feb-09 9:11 
GeneralRe: How to use images before hyperlink button in Silverlight? Pin
salon12-Feb-09 17:35
salon12-Feb-09 17:35 
QuestionSome controls transparent that shouldn't be Pin
pf_gilbert10-Feb-09 18:30
pf_gilbert10-Feb-09 18:30 
AnswerRe: Some controls transparent that shouldn't be Pin
Pete O'Hanlon11-Feb-09 1:39
mvePete O'Hanlon11-Feb-09 1:39 
GeneralRe: Some controls transparent that shouldn't be Pin
pf_gilbert11-Feb-09 6:10
pf_gilbert11-Feb-09 6:10 
GeneralRe: Some controls transparent that shouldn't be Pin
Pete O'Hanlon11-Feb-09 8:54
mvePete O'Hanlon11-Feb-09 8:54 
QuestionWPF User Control content img Pin
Gianluigi8310-Feb-09 13:10
Gianluigi8310-Feb-09 13:10 

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.