Reputation: 3061
I just updated my Xamarin version and I found that I cannot constraint to the leading edge or trailing edge of the Container View. However, I can only constraint to the Leading margin or Trailing margin(Picture Attached). Is there a way to let me constraint to the edges of a super view not the margin?
Upvotes: 0
Views: 635
Reputation: 5866
I was able to resolve this in Visual Studio 2017 interface by doing the following:
Properties
click the Widget
tab and find the Layout Constraint
section. One of the items under this section will have a Relative to Margin
checkbox checked. Uncheck that, then set the Constant
from its default (mine was 20) to 0. Upvotes: 0
Reputation: 1813
If you are using a macOS, you can use Xcode interface builder to achieve the same.
Upvotes: 0
Reputation: 86
Here's my workaround for the time being:
FYI, this doesn't appear to be an issue in Xamarin Studio, just VS.
Upvotes: 2