Hi is there any way to customize the LabelList class returned by Label_from<> method.I can customize the below the ImageList class but not sure how to customize the label list class so as to override its method.
@LaurentH is correct that you can use label_cls to use custom labels. But this is not to actually set a custom LabelList, just a custom label class.
If you do really want a custom LabelList not just a custom label (if unsure you probably want a custom label) then you can set the RSNAobjectItemList._label_list attribute. Note though that many of the methods on LabelList just delegate to the respective methods on your ItemList, so check you can’t just override stuff there.