Hello Team Telerik,
Is there any way to reproduce the cart component attached? We are working on a POS solution and reproducing the item is crucial for us. We are currently trying Telerik for Winforms.
3 Answers, 1 is accepted
RadListView is the right component for this. To achieve the desired layout you need to create a custom item. I have attached an example that shows how you can implement this. The attached image shows the result on my side as well.
I hope this will be useful. Let me know if you have additional questions.
Regards,
Dimitar
Progress Telerik
Thanks for the example.
Is there a visual designer (i.e. graphical layout tool) that we can use to create the CustomVisualItem? Hand coding the customitem looks like it might take a bunch of iterations. Could I just lift what visual studio is creating in terms of the layout and then use that (in code form) for the customitem?
Hello Peyton,
At design time you can add SimpleListViewVisualItems. It is possible to create a more custom UI depending on the specific requirements by adding other elements at run time only. More information about creating custom visual items is available here: https://docs.telerik.com/devtools/winforms/controls/listview/custom-items
Should you have further questions, do not hesitate to ask.
Regards,
Nadya
Progress Telerik