Jump to content

Max number of elements


jasonj
 Share

Recommended Posts

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?

Link to comment
Share on other sites

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.

 

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...