-
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! |
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
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
TableView
fromDataTable
. You can define your own columns withEnumerableTableSource<>
. You can use the alpha nuget package or link the source repo directly for the latest changes.