Click here to Skip to main content
15,907,497 members
Home / Discussions / WPF
   

WPF

 
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 
QuestionData Binding Pin
#realJSOP9-Jan-10 2:59
professional#realJSOP9-Jan-10 2:59 
I have an object with some properties.

It looks something like this in the code:

public class MyForm
{
    MyObject myObject = new MyObject();

    public MyForm()
    {
        myObject.Property1 = true;
    }
}


I want to bind these properties to controls on a form.

I've tried something like this in the form's XAML:

<CheckBox Name="checkBox1" IsChecked="{Binding Path=myObject.Property1}" />


What am I doing wrong?

.45 ACP - because shooting twice is just silly
-----
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"The staggering layers of obscenity in your statement make it a work of art on so many levels." - J. Jystad, 2001

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 
AnswerRe: general help Pin
Jammer10-Jan-10 23:13
Jammer10-Jan-10 23:13 

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.