elw00d/consoleframework

Docked panels

ktodyruik opened this issue · 1 comments

The examples I've seen show floating panels. Is it possible to do docked panels side-by-side? Like in the FAR manager interface?

Thanks.

You can try to use one Panel instance instead of WindowsHost. And then add to this Panel two children panels, for example. But I didn't test scenarios like this for a long time.