|
Midnight Commander has 2 panes, i.e. one of the panes looks like this: Can you point me in the right direction which control I can use to implement this? ListView seems like it's for rendering a one-line item. And GridView requires DataGrid which I'd rather not use. Thanks! |
Answered by
tznind
Nov 21, 2023
Replies: 1 comment 4 replies
|
You can just customize what gets drawn by the ListView so whatever you desire |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment




In v2_develop I removed the coupling of
TableViewfromDataTable. You can define your own columns withEnumerableTableSource<>. You can use the alpha nuget package or link the source repo directly for the latest changes.