Kiven Jia Posted yesterday at 09:31 AM Report Posted yesterday at 09:31 AM Hi Team, I'm trying to hide a line of text by setting its height to 0, but when I do, the text is still visible on the control. Is there a better way to solve this problem? The reason I don't want to update the item Names is that I think it might be inefficient. Thanks and looking forward to your best practices. Quote
hooovahh Posted yesterday at 12:31 PM Report Posted yesterday at 12:31 PM I don't know of a way to remove these lines. The best solution is the one you probably already know, and that is to show all rows like normal, but then delete the data from being written. I have a similar issue in cases where I want to hide columns. Quote
Mads Posted 15 hours ago Report Posted 15 hours ago Generate a worst case list and update it at the (truly) necessary rate, with panel updates deferred while you are doing your required changes (if more than one property change is needed). If it runs fine, you saved yourself a premature optimization...If it does not look good, reevaluate if the update rate and list size is really required... Quote
Kiven Jia Posted 10 minutes ago Author Report Posted 10 minutes ago Thanks for the replies from both of you. And also helped me confirmed that I'm not miss something I don't know. Quote
Kiven Jia Posted 10 minutes ago Author Report Posted 10 minutes ago Thanks for the replies from both of you. And also helped me confirmed that I'm not miss something I don't know. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.