You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.
Is it possibile to have the binding for the UrhoSurface in a WPF FormsApplicationPage ?
A basic scene setup doesen't show anything in a WPF xamarin forms application, but the same code works in a Droid xamarin forms application.
Is it possibile to have the binding for the UrhoSurface in a WPF FormsApplicationPage ?
A basic scene setup doesen't show anything in a WPF xamarin forms application, but the same code works in a Droid xamarin forms application.
<forms:UrhoSurface x:Name="USurface" VerticalOptions="FillAndExpand" HorizontalOptions="FillAndExpand" MinimumHeightRequest="100" MinimumWidthRequest="100" BackgroundColor="AliceBlue"/>
I'm using Vs2019 urhoSharp forms 1.9.67
The text was updated successfully, but these errors were encountered: