Kiven Jia Posted 16 hours ago Report Posted 16 hours ago 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 13 hours ago Report Posted 13 hours ago 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 3 hours ago Report Posted 3 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
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.