Click here to Skip to main content
15,902,634 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Equivalent of treeView1.Nodes.Find in WPF TreeView ? Pin
Mohammad Dayyan14-Jan-10 2:53
Mohammad Dayyan14-Jan-10 2:53 
GeneralRe: Equivalent of treeView1.Nodes.Find in WPF TreeView ? Pin
Pete O'Hanlon14-Jan-10 10:47
mvePete O'Hanlon14-Jan-10 10:47 
QuestionHow can I bind data from one combo box to another ? Pin
gil eichenbaum12-Jan-10 2:47
gil eichenbaum12-Jan-10 2:47 
AnswerRe: How can I bind data from one combo box to another ? Pin
Pete O'Hanlon12-Jan-10 3:42
mvePete O'Hanlon12-Jan-10 3:42 
GeneralRe: How can I bind data from one combo box to another ? Pin
gil eichenbaum12-Jan-10 5:34
gil eichenbaum12-Jan-10 5:34 
Questionbinding Path Fill to Hashtable item property Pin
DTh197810-Jan-10 11:21
DTh197810-Jan-10 11:21 
AnswerRe: binding Path Fill to Hashtable item property Pin
AspDotNetDev11-Jan-10 15:55
protectorAspDotNetDev11-Jan-10 15:55 
GeneralRe: binding Path Fill to Hashtable item property Pin
DTh197811-Jan-10 19:27
DTh197811-Jan-10 19:27 
Hello

Thankyou for that. I had been pulling my hair out for two days prior to your post. The important piece of information i was missing was that the key was taken as a string.

I was able to change the Key from an integer to a string, which is actually what i wanted anyway. Here is the XAML below


Path   Name="P056" Fill="{Binding ElementName=MyPage,Path = MyHashTable[Tag_1].Value ,Converter={StaticResource StatustoColorConverter},UpdateSourceTrigger = PropertyChanged}"  Stroke="DarkGreen"   StrokeThickness="1"  Width="27.684" Height="35.374" Data="M 5,5 c 9,0 13,8,13,13.5 c 0,5.5 -5,13 -12.5,13 v -5 c 5,0 7,-4 7,-8 c 0,-4 -4,-8 -7,-8.3 v-5 "  Canvas.Left="100" Canvas.Top="100";/Path;

QuestionData Binding Pin
#realJSOP9-Jan-10 2:59
professional#realJSOP9-Jan-10 2:59 
AnswerRe: Data Binding Pin
Daniel Vaughan9-Jan-10 5:45
Daniel Vaughan9-Jan-10 5:45 
GeneralRe: Data Binding Pin
Lutosław12-Jan-10 4:05
Lutosław12-Jan-10 4:05 
GeneralRe: Data Binding Pin
Daniel Vaughan12-Jan-10 5:47
Daniel Vaughan12-Jan-10 5:47 
GeneralRe: Data Binding Pin
Abhinav S12-Jan-10 16:26
Abhinav S12-Jan-10 16:26 
GeneralRe: Data Binding Pin
Daniel Vaughan13-Jan-10 22:25
Daniel Vaughan13-Jan-10 22:25 
AnswerRe: Data Binding Pin
Kubajzz9-Jan-10 5:55
Kubajzz9-Jan-10 5:55 
QuestionThe name 'ImageListViewItem' does not exist in the current context ? Pin
Mohammad Dayyan8-Jan-10 17:56
Mohammad Dayyan8-Jan-10 17:56 
AnswerRe: The name 'ImageListViewItem' does not exist in the current context ? Pin
Abhinav S8-Jan-10 18:28
Abhinav S8-Jan-10 18:28 
GeneralRe: The name 'ImageListViewItem' does not exist in the current context ? Pin
Mohammad Dayyan8-Jan-10 22:46
Mohammad Dayyan8-Jan-10 22:46 
AnswerRe: The name 'ImageListViewItem' does not exist in the current context ? Pin
Abhinav S8-Jan-10 23:11
Abhinav S8-Jan-10 23:11 
GeneralRe: The name 'ImageListViewItem' does not exist in the current context ? Pin
Mohammad Dayyan8-Jan-10 23:13
Mohammad Dayyan8-Jan-10 23:13 
GeneralRe: The name 'ImageListViewItem' does not exist in the current context ? Pin
Mohammad Dayyan8-Jan-10 23:24
Mohammad Dayyan8-Jan-10 23:24 
AnswerRe: The name 'ImageListViewItem' does not exist in the current context ? Pin
AspDotNetDev8-Jan-10 21:23
protectorAspDotNetDev8-Jan-10 21:23 
AnswerRe: The name 'ImageListViewItem' does not exist in the current context ? Pin
Pete O'Hanlon9-Jan-10 2:13
mvePete O'Hanlon9-Jan-10 2:13 
Questiongeneral help Pin
hotthoughtguy8-Jan-10 8:20
hotthoughtguy8-Jan-10 8:20 
AnswerRe: general help Pin
Pete O'Hanlon8-Jan-10 9:35
mvePete O'Hanlon8-Jan-10 9:35 

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.