-
Notifications
You must be signed in to change notification settings - Fork 616
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request: list views #44
Comments
Yes, that is all planned for after the next packaged release. There's something in |
I was about to ask about tables but hopefully that's up next it seems. |
That is great to hear. One of the main features I need it columnar data display for testing and monitoring applications that update reasonably quickly. This sounds like it might meet that need. |
👍 |
2 similar comments
+1 |
+1 |
Has it anything I can help? |
see also issue #159 |
Long implemented now. |
Libui is an awesome project that makes it much easier to make natively accessible applications on various platforms.
Currently it's impossible to render a list of items in a list view.
There are two pieces of behavior that I see as important for a list view implementation (wx fails onthe second on Mac):
1: Displaying a fixed list of columnar data
2: Displaying a list of items dynamically fetched from a datasource
Here is documentation on the underlying UI controls:
On windows: https://msdn.microsoft.com/en-us/library/windows/desktop/bb774737%28v=vs.85%29.aspx?f=255&MSPPError=-2147217396
On mac: https://developer.apple.com/library/mac/documentation/Cocoa/Reference/ApplicationKit/Classes/NSTableView_Class/
The text was updated successfully, but these errors were encountered: