FG-rgb
FG-rgb
> > > Is there the same simple code for linux as for macOS? > > > > > > Or a working solution for Windows? > > for windows...
The Problem is... to show a rectangle it would be a workaround to use 4 Windows and position them... but the next problem than would be that a window have...
> > Edit: nvm, i was able to do that by using: > > ``` > > SetWindowLong(this.PlatformImpl.Handle.Handle, GWL_EXSTYLE, Style | WS_EX_LAYERED | WS_EX_TRANSPARENT) > SetLayeredWindowAttributes(this.PlatformImpl.Handle.Handle, 0, 255, 0x2); >...
> @FG-rgb Do you know if it's possible to make some of the controls clickable? I am also porting a project from WPF to Avalonia and I need to create...