Hello to all,
I'm trying to create a style for the Fmx :: TListBoxItem class. I have inserted a rectangle as a base (ListArtItemsRecBase) to get the effect you see in the figure.
But doing so I blocked the events associated with the TListbox that will contain these items
If ListArtItemsRecBase.visible = false is all working properly.
How can I reactivate events without disabling ListArtItemsRecBase?
Thank you all for the help