Click here to Skip to main content
15,894,540 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: How to detect the pressed key? Pin
Abhinav S10-Sep-10 18:40
Abhinav S10-Sep-10 18:40 
GeneralRe: How to detect the pressed key? Pin
dbrenth13-Sep-10 3:32
dbrenth13-Sep-10 3:32 
AnswerRe: How to detect the pressed key? Pin
Abhinav S13-Sep-10 5:04
Abhinav S13-Sep-10 5:04 
GeneralRe: How to detect the pressed key? Pin
dbrenth13-Sep-10 5:19
dbrenth13-Sep-10 5:19 
Questionsetting visibility of label in wpf Pin
sumit703410-Sep-10 0:42
sumit703410-Sep-10 0:42 
AnswerRe: setting visibility of label in wpf Pin
#realJSOP10-Sep-10 1:33
mve#realJSOP10-Sep-10 1:33 
GeneralRe: setting visibility of label in wpf Pin
sumit703410-Sep-10 1:55
sumit703410-Sep-10 1:55 
GeneralRe: setting visibility of label in wpf Pin
Ian Shlasko10-Sep-10 2:36
Ian Shlasko10-Sep-10 2:36 
Or, like John said, write a value converter...

1) Create a class that inherits from IValueConverter

2) Implement the Convert function such that it returns Visibility.Collapsed for 0, or Visibility.Visible for anything else.

3) Create an instance of that class in your resources section in the XAML, and give it a key

4) Reference it in the binding:
{Binding OrderDetails.OrderPaymentId,Converter={StaticResource MyConverter}}
Proud to have finally moved to the A-Ark. Which one are you in?
Author of the Guardians Saga (Sci-Fi/Fantasy novels)

GeneralRe: setting visibility of label in wpf Pin
devvvy18-Sep-11 17:27
devvvy18-Sep-11 17:27 
AnswerRe: setting visibility of label in wpf Pin
Kunal Chowdhury «IN»10-Sep-10 16:59
professionalKunal Chowdhury «IN»10-Sep-10 16:59 
QuestionEntery key functionality in WPF textbox Pin
Hema Bairavan9-Sep-10 20:30
Hema Bairavan9-Sep-10 20:30 
AnswerRe: Entery key functionality in WPF textbox Pin
Kubajzz9-Sep-10 21:14
Kubajzz9-Sep-10 21:14 
GeneralRe: Entery key functionality in WPF textbox Pin
Hema Bairavan9-Sep-10 21:24
Hema Bairavan9-Sep-10 21:24 
GeneralRe: Entery key functionality in WPF textbox Pin
Kubajzz9-Sep-10 21:40
Kubajzz9-Sep-10 21:40 
QuestionHelp with building a gantt-like chart for research data Pin
mtproc9-Sep-10 8:57
mtproc9-Sep-10 8:57 
AnswerRe: Help with building a gantt-like chart for research data Pin
mtproc13-Sep-10 8:32
mtproc13-Sep-10 8:32 
QuestionHow can we add toggle button in silverlight grid column? Pin
amit_839-Sep-10 0:06
professionalamit_839-Sep-10 0:06 
AnswerRe: How can we add toggle button in silverlight grid column? Pin
Abhinav S9-Sep-10 0:29
Abhinav S9-Sep-10 0:29 
QuestionHow control the location and size of the page when i using wpf navigation ? Pin
Yanshof8-Sep-10 21:06
Yanshof8-Sep-10 21:06 
QuestionShow position of a chartingToolkit:LineDataPoint in a collection Pin
surfluds7-Sep-10 22:02
surfluds7-Sep-10 22:02 
AnswerRe: Show position of a chartingToolkit:LineDataPoint in a collection Pin
PumbaPumba27-Sep-10 8:04
PumbaPumba27-Sep-10 8:04 
Questionn00b - pointer please Pin
Dalek Dave7-Sep-10 9:15
professionalDalek Dave7-Sep-10 9:15 
AnswerRe: n00b - pointer please Pin
Pete O'Hanlon7-Sep-10 9:22
mvePete O'Hanlon7-Sep-10 9:22 
GeneralRe: n00b - pointer please Pin
Dalek Dave7-Sep-10 10:44
professionalDalek Dave7-Sep-10 10:44 
GeneralRe: n00b - pointer please Pin
Pete O'Hanlon7-Sep-10 11:09
mvePete O'Hanlon7-Sep-10 11:09 

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.