It should be possible to use multiple Access controls for each item, not just a single label.
For example it would then be possible to use a picture along with a label with a large bold font for some headline and a smaller non-bold font for some description or things like that.
Implementation hint: introduce some kind of ItemLayoutManager that reacts to the MovedSized event and rearranges the subitems accordingly.
So - thinking about it - since the MovedSized event already exists, one could do that already.
For example it would then be possible to use a picture along with a label with a large bold font for some headline and a smaller non-bold font for some description or things like that.
Implementation hint: introduce some kind of ItemLayoutManager that reacts to the MovedSized event and rearranges the subitems accordingly.
So - thinking about it - since the MovedSized event already exists, one could do that already.