[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] Re: The TreeView does not show more than 35000 items...
|
I can't say I know all the limitations off hand, but you might want to try a
SWT.VIRTUAL TreeViewer so that it doesn't load everything at once.
Regards,
Emil
"Blz" <blazej.kroll@xxxxxxxxx> wrote in message
news:b87fa501bd479a027c12b8639750a107$1@xxxxxxxxxxxxxxxxxx
> Hello,
> I have a problem with the TreeView. Apparently it does not show more than
> 35000 items. I have created a simple plug-in which would show root node
> and one parent with 100 000 leaves. The tree is cut on the leave 34466...
> As I suppose it is due to some performance or even OS constraints?
> Is it possible to show whole such a tree?
> How to do it?
>
> Best regards,
> Blazej
>