Click here to Skip to main content
15,916,601 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: TreeView Pin
columbos1492727-Aug-13 19:29
columbos1492727-Aug-13 19:29 
QuestionCurrency Converter(Silverlight+MVVM) Pin
Ipsita_2324-Aug-13 1:48
Ipsita_2324-Aug-13 1:48 
AnswerRe: Currency Converter(Silverlight+MVVM) Pin
Abhinav S24-Aug-13 2:10
Abhinav S24-Aug-13 2:10 
GeneralRe: Currency Converter(Silverlight+MVVM) Pin
Ipsita_2324-Aug-13 6:29
Ipsita_2324-Aug-13 6:29 
GeneralRe: Currency Converter(Silverlight+MVVM) Pin
Richard MacCutchan24-Aug-13 6:36
mveRichard MacCutchan24-Aug-13 6:36 
AnswerRe: Currency Converter(Silverlight+MVVM) Pin
Abhinav S24-Aug-13 17:37
Abhinav S24-Aug-13 17:37 
GeneralRe: Currency Converter(Silverlight+MVVM) Pin
Ipsita_2325-Aug-13 1:09
Ipsita_2325-Aug-13 1:09 
QuestionControl's Border Color animation Pin
thecco23-Aug-13 7:08
thecco23-Aug-13 7:08 
hi

i want using bordercolor animation

but i have many problem

To implement this, I spend a lot of time, but did not succeed.

when I put on the border, event does not occur , or

can not use the color property, or

changes in the text as far as border.

How one second over the border to change the color

of the animation could be used to


this is my failed my source

 <Storyboard x:Key="MouseOver">
        <ColorAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="border" Storyboard.TargetProperty="BorderBrush.Color" >
            <LinearColorKeyFrame  KeyTime="00:00:1" Value="#FF4387FF"/>
        </ColorAnimationUsingKeyFrames>
    </Storyboard>

<Setter Property="Template">
            <Setter.Value>
                <ControlTemplate TargetType="Button">
                    <Grid>
                        <Border x:Name="border />
                             <BeginStoryboard >



plz

help

me..
AnswerRe: Control's Border Color animation Pin
koll Zhu22-Sep-13 23:49
koll Zhu22-Sep-13 23:49 
Questionhow to show data in combobox from database in silverlight Pin
Member 793334323-Aug-13 1:22
Member 793334323-Aug-13 1:22 
AnswerRe: how to show data in combobox from database in silverlight Pin
Richard MacCutchan23-Aug-13 2:56
mveRichard MacCutchan23-Aug-13 2:56 
AnswerRe: how to show data in combobox from database in silverlight Pin
Brian Holsen25-Aug-13 18:22
Brian Holsen25-Aug-13 18:22 
AnswerRe: how to show data in combobox from database in silverlight Pin
koll Zhu22-Sep-13 23:49
koll Zhu22-Sep-13 23:49 
QuestionWPF DataGrid ComboBox Column Binding Problem Pin
Kevin Marois22-Aug-13 5:13
professionalKevin Marois22-Aug-13 5:13 
QuestionWPF - Understanding Binding Syntax Pin
Kevin Marois20-Aug-13 8:29
professionalKevin Marois20-Aug-13 8:29 
AnswerRe: WPF - Understanding Binding Syntax Pin
Mycroft Holmes20-Aug-13 12:52
professionalMycroft Holmes20-Aug-13 12:52 
GeneralRe: WPF - Understanding Binding Syntax Pin
Kevin Marois20-Aug-13 15:05
professionalKevin Marois20-Aug-13 15:05 
GeneralRe: WPF - Understanding Binding Syntax Pin
Mycroft Holmes20-Aug-13 15:37
professionalMycroft Holmes20-Aug-13 15:37 
GeneralRe: WPF - Understanding Binding Syntax Pin
Kevin Marois20-Aug-13 17:15
professionalKevin Marois20-Aug-13 17:15 
SuggestionRe: WPF - Understanding Binding Syntax Pin
Richard MacCutchan20-Aug-13 20:17
mveRichard MacCutchan20-Aug-13 20:17 
GeneralRe: WPF - Understanding Binding Syntax Pin
Kevin Marois21-Aug-13 5:23
professionalKevin Marois21-Aug-13 5:23 
QuestionWPF/MVVM DataGrid Set Focus to Cell in Edit Mode Pin
Kevin Marois20-Aug-13 7:46
professionalKevin Marois20-Aug-13 7:46 
AnswerRe: WPF/MVVM DataGrid Set Focus to Cell in Edit Mode Pin
Mycroft Holmes20-Aug-13 12:46
professionalMycroft Holmes20-Aug-13 12:46 
QuestionMaximize and Restore Buttons Pin
MohammedRuman19-Aug-13 22:10
MohammedRuman19-Aug-13 22:10 
AnswerRe: Maximize and Restore Buttons Pin
Jason Gleim27-Aug-13 5:45
professionalJason Gleim27-Aug-13 5:45 

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.