heldenssjoerd
Member
Context: In our app we're using an list where is shown information about a shipment. So you've got some load- and unload info and shipmentlines with the cargo information.
We've a CustomListView where every line has some labels and then an CustomListView with the cargolines
The build up in the designer is as follow:
- CustomListView
- Panel
- load address (label)
- unload address (label)
- shipmentlines (Customlistview - oCLV_Regels)
- Panel
- amount (possible multiline label)
- weight (possible multiline label)
- Panel
- Panel
The problem is that we can't get the latest (bold) custumlistview to work.
I've created a small example (based on the nestedclv) but that doesn't work ether.
Two problems.
1. Not all lines ar visible, only the first one
2. How/where should I resize the oCLV_Regels so all the lines are visible.