Hey guys.
Firstly thanks heaps for V6.1 - has fixed lots of my problems.
However, the issue logged here. It states that it is fixed for V6.1. It is not.
Im not sure if this is a misinterpretation of what the properties are supposed to do, but the Control.Right, and Control.Bottom are still not working!
You guys are using:
Right = Parent.Width - ( Left + Width ).
Bottom = Parent.Height - ( Top + Height).
When it actually should be (according to how WinForms behaves)
Right = Left + Width
Bottom = Top + Height.
It may seem like a minor issue, but I use View Model classes that are shared accross WinForms and VWG, and this breaks all the layout code inside these!
If you can get the sample app logged in the issue above working the same as it does in WinForms, all problems will be solved! :)
Cheers.
Tyson.