STIGsolution
STIGsolution
.NET 8 updates make it possible now to create a splitter. Here's a ContentView I'm using in my application to accomplish vertical splitter functionality between two columns by resizing the...
Same issue for me after upgrading to 17.8 on my .NET 7 MAUI project. Changing Launch to Exe in csproj corrected the issue.
My interest here is in mouse pointer actions. I'm trying to put together a traditional splitter to place between two columns in a grid layout. I want to be able...
@PureWeen Thanks! #13346 would be great. I believe I could use e.GetPosition((View)sender); off the PointerReleased event to grab the position. I just subscribed to that as well.