Click here to Skip to main content
15,891,136 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Button Bound To Command Won't Disable Pin
Kevin Marois12-Jul-12 6:50
professionalKevin Marois12-Jul-12 6:50 
GeneralRe: Button Bound To Command Won't Disable Pin
SledgeHammer0112-Jul-12 7:14
SledgeHammer0112-Jul-12 7:14 
GeneralRe: Button Bound To Command Won't Disable Pin
Kevin Marois12-Jul-12 7:37
professionalKevin Marois12-Jul-12 7:37 
GeneralRe: Button Bound To Command Won't Disable Pin
Mycroft Holmes11-Jul-12 13:19
professionalMycroft Holmes11-Jul-12 13:19 
GeneralRe: Button Bound To Command Won't Disable Pin
RobCroll12-Jul-12 13:21
RobCroll12-Jul-12 13:21 
GeneralRe: Button Bound To Command Won't Disable Pin
PaulLinton16-Jul-12 20:08
PaulLinton16-Jul-12 20:08 
QuestionChanging Cell Color dynamically in Datagrid using C#.net Pin
palaniappan v10-Jul-12 21:41
palaniappan v10-Jul-12 21:41 
AnswerRe: Changing Cell Color dynamically in Datagrid using C#.net Pin
Pete O'Hanlon10-Jul-12 23:55
mvePete O'Hanlon10-Jul-12 23:55 
OK, this is fairly simple to achieve with the use of a Timer, a public property and a value converter. What you need to do is create a property that you will bind to as part of the collection that you are binding your DataGrid against. The timer will be used to change the value of the property.

The value converter simply converts this value into an appropriate colour. Your Background will be bound to the property, and you will use the value converter as your converter.

*pre-emptive celebratory nipple tassle jiggle* - Sean Ewington

"Mind bleach! Send me mind bleach!" - Nagy Vilmos


CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier

JokeRe: Changing Cell Color dynamically in Datagrid using C#.net Pin
Mycroft Holmes11-Jul-12 1:02
professionalMycroft Holmes11-Jul-12 1:02 
GeneralRe: Changing Cell Color dynamically in Datagrid using C#.net Pin
Pete O'Hanlon11-Jul-12 1:04
mvePete O'Hanlon11-Jul-12 1:04 
Questionsilverlight databinding Pin
Bhushan futane10-Jul-12 19:04
Bhushan futane10-Jul-12 19:04 
GeneralRe: silverlight databinding Pin
Abhinav S10-Jul-12 19:44
Abhinav S10-Jul-12 19:44 
QuestionMake a textbox act like Excell Cell Pin
Vimalsoft(Pty) Ltd9-Jul-12 7:29
professionalVimalsoft(Pty) Ltd9-Jul-12 7:29 
AnswerRe: Make a textbox act like Excell Cell Pin
Pete O'Hanlon9-Jul-12 7:57
mvePete O'Hanlon9-Jul-12 7:57 
GeneralRe: Make a textbox act like Excell Cell Pin
Vimalsoft(Pty) Ltd9-Jul-12 8:20
professionalVimalsoft(Pty) Ltd9-Jul-12 8:20 
GeneralRe: Make a textbox act like Excell Cell Pin
Pete O'Hanlon9-Jul-12 8:44
mvePete O'Hanlon9-Jul-12 8:44 
GeneralRe: Make a textbox act like Excell Cell Pin
Vimalsoft(Pty) Ltd9-Jul-12 8:53
professionalVimalsoft(Pty) Ltd9-Jul-12 8:53 
AnswerRe: Make a textbox act like Excell Cell Pin
PaulLinton16-Jul-12 20:11
PaulLinton16-Jul-12 20:11 
GeneralRe: Make a textbox act like Excell Cell Pin
Vimalsoft(Pty) Ltd18-Jul-12 22:34
professionalVimalsoft(Pty) Ltd18-Jul-12 22:34 
QuestionWrite Comments on Image Pin
varaprasad20209-Jul-12 3:59
varaprasad20209-Jul-12 3:59 
AnswerRe: Write Comments on Image Pin
Pete O'Hanlon9-Jul-12 4:15
mvePete O'Hanlon9-Jul-12 4:15 
GeneralRe: Write Comments on Image Pin
vinodkrebc9-Jul-12 8:22
vinodkrebc9-Jul-12 8:22 
QuestionImmage Annotation Pin
varaprasad20209-Jul-12 3:57
varaprasad20209-Jul-12 3:57 
QuestionWorking with WPF Web browser control Pin
AshishGoyal086-Jul-12 0:46
AshishGoyal086-Jul-12 0:46 
AnswerRe: Working with WPF Web browser control Pin
darshan_ur12-Jul-12 2:06
darshan_ur12-Jul-12 2:06 

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.