Michele 0 Posted April 16, 2021 Hi! Can someone confirm that styles are not applyed on tlistview? (seems a bug to me...all other controls are styled ok using stylebook). It remains white. Any suggestion? Share this post Link to post
MarkShark 27 Posted April 16, 2021 I can confirm it. The only solutions are to use a different control (such as the Virtual String Tree) or to use the following library. RRuz VCL Style Utils -Mark Share this post Link to post
Serge_G 87 Posted April 17, 2021 I should not be so affirmative. @MarkShark it's a FMX.TListView not a VCL one. @Michele If you think : style of an item like for a FMX.TListBox, yes you can't change Item style. You can only change Appearance and only use one for all the list, The Dynamic appearance is one of the most adaptable. if you think : changing background colors you can You can see above a personalized style, quick done, I only change itembackground.Color and buttontext.Color (listviewappearance = ImageListItemRightButton) Share this post Link to post
MarkShark 27 Posted April 17, 2021 Ha! Sorry about that. I didn't notice this question was in FMX! -Mark Share this post Link to post