Click here to Skip to main content
15,890,557 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: WPF Handling Events In MVVM Pin
SledgeHammer0114-Feb-12 12:05
SledgeHammer0114-Feb-12 12:05 
GeneralRe: WPF Handling Events In MVVM Pin
Kevin Marois14-Feb-12 12:20
professionalKevin Marois14-Feb-12 12:20 
AnswerRe: WPF Handling Events In MVVM Pin
Wes Aday14-Feb-12 11:40
professionalWes Aday14-Feb-12 11:40 
GeneralRe: WPF Handling Events In MVVM Pin
Kevin Marois14-Feb-12 11:49
professionalKevin Marois14-Feb-12 11:49 
GeneralRe: WPF Handling Events In MVVM Pin
Wes Aday14-Feb-12 11:57
professionalWes Aday14-Feb-12 11:57 
AnswerRe: WPF Handling Events In MVVM Pin
El_Codero15-Feb-12 12:34
El_Codero15-Feb-12 12:34 
QuestionWPF ListBox As Hyperlinks Pin
Kevin Marois13-Feb-12 15:30
professionalKevin Marois13-Feb-12 15:30 
AnswerRe: WPF ListBox As Hyperlinks Pin
Abhinav S13-Feb-12 19:53
Abhinav S13-Feb-12 19:53 
For a hyperlink button, just take a look the HyperLink button.
Here[^] is a sample.

To add hyperlinks to a list, include this in your DataTemplate - here is a very basic code snippet just to get you started.
<DataTemplate>
        <Grid>
            <HyperLink />
        </Grid>
</DataTemplate>

QuestionDrag two columns in Datagrid Pin
Defender-NF12-Feb-12 22:49
Defender-NF12-Feb-12 22:49 
QuestionWPF Binding Tree Node Expanded Pin
Kevin Marois12-Feb-12 7:31
professionalKevin Marois12-Feb-12 7:31 
AnswerRe: WPF Binding Tree Node Expanded Pin
SledgeHammer0112-Feb-12 10:21
SledgeHammer0112-Feb-12 10:21 
GeneralRe: WPF Binding Tree Node Expanded Pin
Kevin Marois13-Feb-12 15:30
professionalKevin Marois13-Feb-12 15:30 
QuestionHow can I find out that a UserControl is Rendered ? Pin
rdinca9-Feb-12 19:21
rdinca9-Feb-12 19:21 
AnswerRe: How can I find out that a UserControl is Rendered ? Pin
Abhinav S9-Feb-12 20:27
Abhinav S9-Feb-12 20:27 
GeneralRe: How can I find out that a UserControl is Rendered ? Pin
rdinca9-Feb-12 20:40
rdinca9-Feb-12 20:40 
AnswerRe: How can I find out that a UserControl is Rendered ? Pin
Abhinav S9-Feb-12 20:46
Abhinav S9-Feb-12 20:46 
AnswerRe: How can I find out that a UserControl is Rendered ? Pin
SledgeHammer0110-Feb-12 5:36
SledgeHammer0110-Feb-12 5:36 
QuestionExtracting cell content using ItemsSource in WPF DataGrid Pin
retZ9-Feb-12 3:39
retZ9-Feb-12 3:39 
AnswerRe: Extracting cell content using ItemsSource in WPF DataGrid Pin
Mycroft Holmes9-Feb-12 13:21
professionalMycroft Holmes9-Feb-12 13:21 
GeneralRe: Extracting cell content using ItemsSource in WPF DataGrid Pin
retZ9-Feb-12 13:38
retZ9-Feb-12 13:38 
QuestionHow to style Menu control (wpf) to remove left grid Pin
chayan127-Feb-12 20:08
chayan127-Feb-12 20:08 
AnswerRe: How to style Menu control (wpf) to remove left grid Pin
Pete O'Hanlon8-Feb-12 0:04
mvePete O'Hanlon8-Feb-12 0:04 
QuestionWindows 8 App Not Launching Pin
Kevin Marois7-Feb-12 8:04
professionalKevin Marois7-Feb-12 8:04 
AnswerRe: Windows 8 App Not Launching Pin
Pete O'Hanlon7-Feb-12 8:20
mvePete O'Hanlon7-Feb-12 8:20 
GeneralRe: Windows 8 App Not Launching Pin
Kevin Marois7-Feb-12 8:23
professionalKevin Marois7-Feb-12 8:23 

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.