Skip to main content
Known Participant
May 20, 2008
Question

TreeView Items Ordering

  • May 20, 2008
  • 3 replies
  • 447 views
Hello;

If there's an option to disable the "alphabetical" items ordering for the TreeViewWidget?

thanks.
This topic has been closed for replies.

3 replies

Inspiring
May 20, 2008
InDesign calls the GetNthChild method of the hierarchy adaptor, you return a NodeID, InDesign will then call your WidgetMgr with the node ID for you to set the information to display - it is all under your control.

Ian
Known Participant
May 20, 2008
Hi Dirk;

Can u explain more?

Thanks
Inspiring
May 20, 2008
Yes.

The order is implemented by your ITreeViewHierarchyAdapter.

Dirk