Terminal.Gui icon indicating copy to clipboard operation
Terminal.Gui copied to clipboard

Remove need for `TileView` - Use `LineCanvas` to draw borders and auto-join borders

Open tig opened this issue 1 year ago • 5 comments

With the new Frames functionality in v2, it will be possible to have subviews with overlapping BorderFrames auto-join borders using LineCanvas.

This will require the new DrawFrames/OnDrawFrames methods to utilize a LineCanvas managed by the superview.

I've done a POC (in the TileView Experiments scenario) that shows this can work.

tig avatar Apr 04 '23 03:04 tig