I am try to fit two views in single page using SplitView, one view present in left side and another present in right side of the screen. These two view's are separated by separator line. I want to customize width of these two view's . How can I change the width of the view's in SplitView. Thanks in advance.
How can I customize width of the views in SplitView in Xamarin.Mac
211 views Asked by Deepak At
1
I believe you need this API: https://developer.apple.com/reference/appkit/nssplitview/1455316-setposition?language=objc
which is bound as:
https://github.com/xamarin/xamarin-macios/blob/master/src/appkit.cs#L13796