I use CustomDialog in one of my Apps and it seems to work just fine with Animation if the Anchors are set to Top and Left. Screen animates from Top/Left to Bottom/Right
If I change both the Anchors to BOTH I get the following error:
Height < 0 is not allowed
Any reason why having them set to BOTH (trying to make the animation appear from the middle out) would produce this error?
Thanks
BobVal
Update: Even if I set the Animation Duration to Zero, I still get the same message when the anchors are set to BOTH.
If I change both the Anchors to BOTH I get the following error:
Height < 0 is not allowed
Any reason why having them set to BOTH (trying to make the animation appear from the middle out) would produce this error?
Thanks
BobVal
Update: Even if I set the Animation Duration to Zero, I still get the same message when the anchors are set to BOTH.
Last edited: