Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

LDataBrowser and sorting

0 views
Skip to first unread message

Tina van Roggen

unread,
Jul 18, 2003, 2:29:25 PM7/18/03
to
I am using LDataBrowser to display a tree of ordered object relationships.
When I repopulate the tree, it can take forever to display when an
opened container contains hundreds of objects. Ideally I'd like
LDataBrowser to not sort - just display rows in the order in which
I add them. But I can't seem to turn off the sorting, and the
sorting appears to be expensive, even when I change the comparator
to return 1 all the time. What am I missing? Thanks in advance...

Miro Jurisic

unread,
Jul 18, 2003, 7:47:37 PM7/18/03
to
In article <a40d3191.0307...@posting.google.com>,

I believe that if you set your data browser to be sorted by property X and you
tell data browser that items are already sorted by property X, then the data
browser will not attempt to re-sort the items. (Regardles of whether the items
are sorted or not). However, you should also clear the
kDataBrowserContainerIsSortableProperty bit on your properties to prevent the
user from being able to click on the sort triangle.

hth

meeroh

0 new messages