Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1540
Please Help in understanding XamDataTree
posted

The docs for InitializeNode event says "This event is raised when a XamDataTreeNode is created."

I've been monitoring this event in the debugger (VS2010 & Infragistics 11.2) and it appears this event only gets raised as a node comes into view.  This implies that a node only gets created when ever it comes into view.

On the other hand, the ScrollNodeIntoView Method says: "Scrolls a XamDataTreeNode into the viewable area.".

My dilemma is: Is nodes are created only when they are in view, how is it that ScrollNodeIntoView does what the documentation says it does?

As you can see, I need a better understanding of the XamDataTree.

Is there any documentation (Articles, etc.) that would provide better insight into the operation of XamDataTree?

 

Parents Reply Children
No Data