Click here to Skip to main content
15,917,176 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: Binding IsChecked to AncestorType problem Pin
Pete O'Hanlon12-Jun-09 2:10
mvePete O'Hanlon12-Jun-09 2:10 
GeneralRe: Binding IsChecked to AncestorType problem Pin
DavidRen2312-Jun-09 3:24
DavidRen2312-Jun-09 3:24 
GeneralRe: Binding IsChecked to AncestorType problem Pin
Pete O'Hanlon12-Jun-09 3:55
mvePete O'Hanlon12-Jun-09 3:55 
AnswerRe: Binding IsChecked to AncestorType problem Pin
ABitSmart12-Jun-09 4:41
ABitSmart12-Jun-09 4:41 
GeneralRe: Binding IsChecked to AncestorType problem Pin
DavidRen2312-Jun-09 5:06
DavidRen2312-Jun-09 5:06 
QuestionHow to get space between the items in stack panel Pin
Nekkantidivya11-Jun-09 18:37
Nekkantidivya11-Jun-09 18:37 
AnswerRe: How to get space between the items in stack panel Pin
ABitSmart11-Jun-09 19:31
ABitSmart11-Jun-09 19:31 
QuestionHeight Property Appears Frozen Pin
#realJSOP11-Jun-09 6:40
professional#realJSOP11-Jun-09 6:40 
I have a Grid that is resizable via a storyboard animation. The user can turn off animations if he chooses to do so. If animations are turned off by the user, the grid is resized by directly manipulating the height property.

The problem: After using the animation to resize, the height property appears to reject manual setting of a given value. In other words, the following line is executed, but the math being performed is ignored:

myGrid.Height += someValue;


If I change the resizing mode to non-animated BEFORE resizing the grid, it works as expected. Once I resize with the storyboard, though, mannual resizing doesn't work.

I also tried changing the duration of the animator to 0.0, and that doesn't resize the grid either.

EDIT - I also tried changing the FillBehavior property.


"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001


AnswerRe: Height Property Appears Frozen Pin
Mark Salsbery11-Jun-09 10:41
Mark Salsbery11-Jun-09 10:41 
GeneralRe: Height Property Appears Frozen Pin
#realJSOP11-Jun-09 10:48
professional#realJSOP11-Jun-09 10:48 
GeneralRe: Height Property Appears Frozen Pin
#realJSOP11-Jun-09 10:51
professional#realJSOP11-Jun-09 10:51 
AnswerRe: Height Property Appears Frozen Pin
Christian Graus11-Jun-09 17:42
protectorChristian Graus11-Jun-09 17:42 
GeneralRe: Height Property Appears Frozen Pin
#realJSOP11-Jun-09 23:26
professional#realJSOP11-Jun-09 23:26 
GeneralRe: Height Property Appears Frozen Pin
Christian Graus12-Jun-09 0:05
protectorChristian Graus12-Jun-09 0:05 
GeneralRe: Height Property Appears Frozen Pin
#realJSOP12-Jun-09 3:01
professional#realJSOP12-Jun-09 3:01 
GeneralRe: Height Property Appears Frozen Pin
Christian Graus12-Jun-09 12:04
protectorChristian Graus12-Jun-09 12:04 
GeneralRe: Height Property Appears Frozen Pin
#realJSOP13-Jun-09 4:50
professional#realJSOP13-Jun-09 4:50 
QuestionTabItem Activation Pin
#realJSOP11-Jun-09 2:14
professional#realJSOP11-Jun-09 2:14 
AnswerRe: TabItem Activation Pin
Pete O'Hanlon11-Jun-09 3:12
mvePete O'Hanlon11-Jun-09 3:12 
GeneralRe: TabItem Activation Pin
#realJSOP11-Jun-09 3:54
professional#realJSOP11-Jun-09 3:54 
AnswerRe: TabItem Activation Pin
Gideon Engelberth11-Jun-09 3:19
Gideon Engelberth11-Jun-09 3:19 
GeneralRe: TabItem Activation Pin
#realJSOP11-Jun-09 3:52
professional#realJSOP11-Jun-09 3:52 
GeneralRe: TabItem Activation Pin
Gideon Engelberth11-Jun-09 12:58
Gideon Engelberth11-Jun-09 12:58 
GeneralRe: TabItem Activation Pin
Jacobus0117-Jun-09 4:07
Jacobus0117-Jun-09 4:07 
QuestionNeed help specifying path to chm files Pin
Etienne_12311-Jun-09 1:44
Etienne_12311-Jun-09 1:44 

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.