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
200
UltraTree problem with scrollbar [9.2]
posted

Hi, I have a problem with scrollbar on UltraTree control (also under 9.1v of Infragistics)

When I open a dialog form with tree to show available nodes i want to show currently select node in my application.

To achieve selection i use this piece of code

m_objTree.SelectedNodes.Clear();

node.BringIntoView();

node.Selected = true;

m_objTree.ActiveNode = node;


Opening this modal form causing strange tree look ( look at Attachment 1), the scrollbar does not work at the beggining... I cannot see the top of the tree/root. The scrollbar seems to come into effect when I move it. (Attachment 2)

Any ideas?

Thanks in advance.

Regards. 

 

[Attachment 1]

 

 

 [Attachment 2]

Parents
No Data
Reply
  • 70
    Offline posted

    Yes I am having the same issue.  I'm using v9.2.2042.  Very wierd.  I'm  not even doing any special selecting, etc.  Although in my case I'm using the OutlookExpress viewstyle with multiple columns.

Children
No Data