Elkantor Posted June 12, 2023 Share Posted June 12, 2023 Hi in listbox i want to add columns and headers with text (to behave like listview in c#, just table with selectable rows), any tip how to do that? Quote Link to comment Share on other sites More sharing options...
Josh Posted June 12, 2023 Share Posted June 12, 2023 You can do this with a custom widget: https://www.ultraengine.com/learn/CustomWidgets?lang=cpp You will need to add blocks to represent each element of the widget you want to draw. See the source code for the listbox widget for ideas how it can be done. Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
Elkantor Posted June 12, 2023 Author Share Posted June 12, 2023 thanks for response, do u have got anything like i asked to share? Quote Link to comment Share on other sites More sharing options...
Josh Posted June 12, 2023 Share Posted June 12, 2023 See propertygrid: https://github.com/UltraEngine/Extras/tree/main/Code/C%2B%2B/CustomWidgets It's not exactly what you are describing, but it might be useful to you. Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
Dreikblack Posted June 26, 2023 Share Posted June 26, 2023 On 6/13/2023 at 12:16 AM, Elkantor said: Hi in listbox i want to add columns and headers with text (to behave like listview in c#, just table with selectable rows), any tip how to do that? 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.