Click here to Skip to main content
15,914,066 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Windows Pin
IWannaTalk12-Feb-08 23:45
IWannaTalk12-Feb-08 23:45 
GeneralRe: Windows Pin
User 27100912-Feb-08 23:47
User 27100912-Feb-08 23:47 
GeneralRe: Windows Pin
IWannaTalk12-Feb-08 23:55
IWannaTalk12-Feb-08 23:55 
GeneralRe: Windows Pin
User 27100913-Feb-08 0:16
User 27100913-Feb-08 0:16 
GeneralRe: Windows Pin
IWannaTalk13-Feb-08 0:17
IWannaTalk13-Feb-08 0:17 
QuestionAnimated button in WPF Pin
Pawel Gielmuda12-Feb-08 2:03
Pawel Gielmuda12-Feb-08 2:03 
GeneralRe: Animated button in WPF Pin
Pawel Gielmuda12-Feb-08 2:03
Pawel Gielmuda12-Feb-08 2:03 
GeneralRe: Animated button in WPF Pin
newc112-Feb-08 3:55
newc112-Feb-08 3:55 
Hi,

This behaviour is being caused by the default behaviour of the button ContentTemplate. You will need to define a new ContentTemplate for your button by using a ResourceDictionary and build the required elements as part of the new template. From the new template definition you will also be able to specify any mouse or keyboard related events that require animation.

See below for further information:

http://msdn2.microsoft.com/en-us/library/ms771597.aspx

Hope this helps...

Clean code is the key to happiness.

GeneralRe: Animated button in WPF Pin
Pawel Gielmuda12-Feb-08 4:12
Pawel Gielmuda12-Feb-08 4:12 
GeneralTree view Pin
IWannaTalk11-Feb-08 21:23
IWannaTalk11-Feb-08 21:23 
GeneralRe: Tree view Pin
User 27100912-Feb-08 2:31
User 27100912-Feb-08 2:31 
GeneralRe: Tree view Pin
IWannaTalk12-Feb-08 2:45
IWannaTalk12-Feb-08 2:45 
QuestionCommand performance problem Pin
Super Lloyd11-Feb-08 13:13
Super Lloyd11-Feb-08 13:13 
GeneralRe: Command performance problem Pin
User 27100911-Feb-08 13:45
User 27100911-Feb-08 13:45 
GeneralRe: Command performance problem Pin
Super Lloyd11-Feb-08 14:18
Super Lloyd11-Feb-08 14:18 
GeneralRe: Command performance problem Pin
User 27100911-Feb-08 14:21
User 27100911-Feb-08 14:21 
GeneralRe: Command performance problem Pin
Josh Smith12-Feb-08 7:41
Josh Smith12-Feb-08 7:41 
GeneralRe: Command performance problem Pin
User 27100912-Feb-08 7:43
User 27100912-Feb-08 7:43 
GeneralRe: Command performance problem Pin
Josh Smith12-Feb-08 7:45
Josh Smith12-Feb-08 7:45 
GeneralRe: Command performance problem Pin
User 27100912-Feb-08 7:47
User 27100912-Feb-08 7:47 
GeneralRe: Command performance problem Pin
Josh Smith12-Feb-08 7:48
Josh Smith12-Feb-08 7:48 
GeneralRe: Command performance problem Pin
User 27100912-Feb-08 7:50
User 27100912-Feb-08 7:50 
GeneralRe: Command performance problem Pin
Josh Smith12-Feb-08 7:56
Josh Smith12-Feb-08 7:56 
GeneralRe: Command performance problem Pin
Pete O'Hanlon12-Feb-08 11:24
mvePete O'Hanlon12-Feb-08 11:24 
GeneralRe: Command performance problem Pin
User 27100924-Feb-08 18:29
User 27100924-Feb-08 18:29 

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.