jasonj Posted February 7, 2006 Posted February 7, 2006 Is there a maximum number of elements that can be added to treeview or listview? I have an array with about 5200 that I am trying to display in treeview and it always makes the script run with no errors but then just closes. If I only display a fixed number (i tried 3072) it works. So there seems to be a limit. What is the limit? Is there a workaround to display more?
GaryFrost Posted February 7, 2006 Posted February 7, 2006 Is there a maximum number of elements that can be added to treeview or listview? I have an array with about 5200 that I am trying to display in treeview and it always makes the script run with no errors but then just closes. If I only display a fixed number (i tried 3072) it works. So there seems to be a limit. What is the limit? Is there a workaround to display more? I believe it is 4096, but you'll have to subtract 1 for each control you place in your gui. SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now