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

WPF

 
QuestionHow do you color a rectangle in C# that has been declared in XAML in WPF? Pin
Xarzu21-May-10 16:11
Xarzu21-May-10 16:11 
AnswerRe: How do you color a rectangle in C# that has been declared in XAML in WPF? Pin
Pete O'Hanlon21-May-10 23:44
mvePete O'Hanlon21-May-10 23:44 
GeneralRe: How do you color a rectangle in C# that has been declared in XAML in WPF? Pin
Xarzu22-May-10 1:58
Xarzu22-May-10 1:58 
GeneralRe: How do you color a rectangle in C# that has been declared in XAML in WPF? Pin
Pete O'Hanlon22-May-10 2:28
mvePete O'Hanlon22-May-10 2:28 
GeneralRe: How do you color a rectangle in C# that has been declared in XAML in WPF? Pin
Xarzu24-May-10 5:09
Xarzu24-May-10 5:09 
QuestionHow do you send a refresh message to a WPF grid or canvas? Pin
Xarzu21-May-10 16:10
Xarzu21-May-10 16:10 
AnswerRe: How do you send a refresh message to a WPF grid or canvas? Pin
Jürgen Röhr22-May-10 3:11
professionalJürgen Röhr22-May-10 3:11 
QuestionWPF TreeView - Get Reference To Image On Node Pin
Kevin Marois21-May-10 7:56
professionalKevin Marois21-May-10 7:56 
I'm using a data bound treeview. I have added a dot next to each treeviewitem:

<HierarchicalDataTemplate DataType="{x:Type local:RuleGroup}" ItemsSource="{Binding Path=Rules}">
    <StackPanel Orientation="Horizontal">
        <Image Source="/RulesEngineUI;component/Media/bluedot.png" Height="8" Width="8" Margin="0,0,3,0"/>
        <TextBlock Margin="0,0,5,0" FontWeight="Bold" >Group:</TextBlock>
        <TextBlock>
            <Hyperlink Name="Link" Style="{StaticResource LinkStyle}" Click="Link_Click">
                <TextBlock Text="{Binding Path=GroupName}"></TextBlock>
            </Hyperlink>
        </TextBlock>
    </StackPanel>              
</HierarchicalDataTemplate>


Now I want to be able to change that image at runtime in the code behind.

How do I get a reference to the image?
Everything makes sense in someone's mind

AnswerRe: WPF TreeView - Get Reference To Image On Node Pin
Pete O'Hanlon21-May-10 9:20
mvePete O'Hanlon21-May-10 9:20 
GeneralRe: WPF TreeView - Get Reference To Image On Node Pin
Kevin Marois21-May-10 10:20
professionalKevin Marois21-May-10 10:20 
QuestionTwo Way Data Binding In Wpf Pin
Manohar.K21-May-10 0:15
Manohar.K21-May-10 0:15 
AnswerRe: Two Way Data Binding In Wpf Pin
Pete O'Hanlon21-May-10 0:55
mvePete O'Hanlon21-May-10 0:55 
GeneralRe: Two Way Data Binding In Wpf Pin
Manohar.K21-May-10 1:35
Manohar.K21-May-10 1:35 
GeneralRe: Two Way Data Binding In Wpf Pin
Pete O'Hanlon21-May-10 1:54
mvePete O'Hanlon21-May-10 1:54 
GeneralRe: Two Way Data Binding In Wpf Pin
Manohar.K21-May-10 2:23
Manohar.K21-May-10 2:23 
GeneralRe: Two Way Data Binding In Wpf Pin
Pete O'Hanlon21-May-10 3:09
mvePete O'Hanlon21-May-10 3:09 
GeneralRe: Two Way Data Binding In Wpf Pin
Manohar.K21-May-10 4:21
Manohar.K21-May-10 4:21 
QuestionWPF: Vista style window Pin
Prasoon Chaudhary19-May-10 19:19
Prasoon Chaudhary19-May-10 19:19 
AnswerRe: WPF: Vista style window Pin
Ray Cassick20-May-10 7:31
Ray Cassick20-May-10 7:31 
QuestionRetrieving template parts [I FEEL FRENCH] Pin
#realJSOP19-May-10 9:31
professional#realJSOP19-May-10 9:31 
AnswerRe: Retrieving template parts Pin
427748019-May-10 11:11
427748019-May-10 11:11 
GeneralRe: Retrieving template parts Pin
#realJSOP20-May-10 1:24
professional#realJSOP20-May-10 1:24 
QuestionMigration Tool from ASP.NET to Silverlight Pin
Shubhabrata Mohanty19-May-10 4:27
Shubhabrata Mohanty19-May-10 4:27 
AnswerRe: Migration Tool from ASP.NET to Silverlight Pin
R. Giskard Reventlov19-May-10 4:46
R. Giskard Reventlov19-May-10 4:46 
AnswerRe: Migration Tool from ASP.NET to Silverlight Pin
#realJSOP19-May-10 9:26
professional#realJSOP19-May-10 9:26 

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.