fabricio Member Licensed User Longtime User May 30, 2025 #1 Hi, I am using the CLVTree class extracted from the b4xlib. Would it be possible for the item height to adjust according to the text size? Thanks
Hi, I am using the CLVTree class extracted from the b4xlib. Would it be possible for the item height to adjust according to the text size? Thanks
epiCode Active Member Licensed User May 31, 2025 #2 CLVTree uses lazy loding AFAIK, so It will not be possible to have variable heights since components are reused. Upvote 0
CLVTree uses lazy loding AFAIK, so It will not be possible to have variable heights since components are reused.