Click here to Skip to main content
15,879,535 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Prism Pin
Kevin Marois1-Mar-13 7:47
professionalKevin Marois1-Mar-13 7:47 
QuestionC# combobox in datagrid filling Pin
Member 975714928-Feb-13 0:07
Member 975714928-Feb-13 0:07 
AnswerRe: C# combobox in datagrid filling Pin
Mycroft Holmes1-Mar-13 12:00
professionalMycroft Holmes1-Mar-13 12:00 
QuestionCannot Integrate Silverlight Control with aspx web page Pin
Pilu00727-Feb-13 19:23
Pilu00727-Feb-13 19:23 
AnswerRe: Cannot Integrate Silverlight Control with aspx web page Pin
Jason Gleim1-Mar-13 7:50
professionalJason Gleim1-Mar-13 7:50 
GeneralRe: Cannot Integrate Silverlight Control with aspx web page Pin
Pilu0071-Mar-13 20:42
Pilu0071-Mar-13 20:42 
QuestionFiring an ICommand from a Style? Pin
SledgeHammer0127-Feb-13 14:27
SledgeHammer0127-Feb-13 14:27 
AnswerRe: Firing an ICommand from a Style? Pin
Cracked-Down7-Mar-13 2:29
Cracked-Down7-Mar-13 2:29 
whats the event that you want to handle?

is it selection event?

if it is, then you dont have to goto style for this

C#
<TreeView ......>
                    <i:Interaction.Triggers>
                        <i:EventTrigger EventName="SelectedItemChanged">
                            <i:InvokeCommandAction CommandName="ItemSelected" Command="{Binding ItemSelectedCommand}" CommandParameter="{Binding SelectedItem, ElementName=default}"/>
                        </i:EventTrigger>
                    </i:Interaction.Triggers>
                </TreeView>

QuestionExtended Toolkit Editor Templates Pin
#realJSOP22-Feb-13 6:17
mve#realJSOP22-Feb-13 6:17 
QuestionIs Visual studio 2012 using WPF's WindowChrome trick ? Pin
Member 806124520-Feb-13 22:45
Member 806124520-Feb-13 22:45 
QuestionBuilding a GUI in WPF Pin
columbos1492720-Feb-13 21:32
columbos1492720-Feb-13 21:32 
AnswerRe: Building a GUI in WPF Pin
Wayne Gaylard20-Feb-13 22:15
professionalWayne Gaylard20-Feb-13 22:15 
QuestionAfter Upagrading Silverlight from .NET 4 to 4.5 WCF Stopped working Pin
Vimalsoft(Pty) Ltd20-Feb-13 6:54
professionalVimalsoft(Pty) Ltd20-Feb-13 6:54 
AnswerRe: After Upagrading Silverlight from .NET 4 to 4.5 WCF Stopped working Pin
Vimalsoft(Pty) Ltd20-Feb-13 8:16
professionalVimalsoft(Pty) Ltd20-Feb-13 8:16 
QuestionEvent Handling between Threads Pin
AeroClassics19-Feb-13 11:34
professionalAeroClassics19-Feb-13 11:34 
AnswerRe: Event Handling between Threads Pin
SledgeHammer0119-Feb-13 12:57
SledgeHammer0119-Feb-13 12:57 
GeneralRe: Event Handling between Threads Pin
AeroClassics20-Feb-13 4:42
professionalAeroClassics20-Feb-13 4:42 
Questionpanel with sorting animation Pin
tetrapack19-Feb-13 9:00
tetrapack19-Feb-13 9:00 
QuestionI know what's ItemTemplate, what's PropertyTrigger,DataTrigger and MultiTrigger but What's "TemplateTrigger"? Pin
devvvy15-Feb-13 18:29
devvvy15-Feb-13 18:29 
QuestionAbout Silver light Sql Data Connection Pin
vijaynet1014-Feb-13 19:14
vijaynet1014-Feb-13 19:14 
AnswerRe: About Silver light Sql Data Connection Pin
Mycroft Holmes15-Feb-13 0:45
professionalMycroft Holmes15-Feb-13 0:45 
GeneralRe: About Silver light Sql Data Connection Pin
vijaynet1015-Feb-13 4:30
vijaynet1015-Feb-13 4:30 
GeneralRe: About Silver light Sql Data Connection Pin
Pete O'Hanlon15-Feb-13 5:46
mvePete O'Hanlon15-Feb-13 5:46 
AnswerRe: About Silver light Sql Data Connection Pin
Abhinav S15-Feb-13 17:01
Abhinav S15-Feb-13 17:01 
QuestionIs it safe to change datagridcolumn cell style at run time? Pin
Dr. Hurol Aslan14-Feb-13 17:03
Dr. Hurol Aslan14-Feb-13 17:03 

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.