08-13-2015 12:29 AM
08-13-2015 01:06 AM
How many do you need?
I could expand it to 60 before I got bored. I don't know the exact number, but I would suspect that it lies somewhere between your Computer giving up and 4294967296 (since that is the maximum of the U32 "Number of Columns" Property).
08-13-2015 01:41 AM
This tends to be the kind of question where you should stop and rethink what you're doing. Asking what the limit is on a UI element of any kind often means that you're trying to use a UI element to do something it's not meant to do. If you explain what you actually want to do, people might be able to suggest better ways.
08-13-2015 02:07 AM
08-13-2015 02:17 AM
Hi Urs,
I still wonder:
Do you really want to display 20,000 columns? do you have some kind of weird monitor for that, because I can't imagine that ever looking good... Do you maybe want 20,000 rows?
08-15-2015 10:24 AM
08-15-2015 11:24 AM
Yes, but again, I don't see this ever looking good:
If the numbers in this example are floating point values instead of integers, you would need a severe case of savantism to read anything from those values....
However, it seems to be possible to have 20.000 columns
08-15-2015 09:52 PM
If you want to show a trend, why not use a graph?
Even if you do want to use a tree, using many columns doesn't seem to make much sense. A tree shows a hierarchy and each column represents a layer in that hierarchy.