Browse By Tags

  • How to draw tree Node somwhere on treeview surface ?

    How to draw tree Node graphical layout somwhere on treeView surface, without node funcionality , only to draw copy of node graphical layout ?

    With DrawElement Method ?

     

    Tnx , Nenad ..

  • Add a node with both a text string and a progress bar?

    Is it possible to create a node that has both a text string and a progress bar? If so, how?

     

    As an alternative, I've heard that a node can have a text string followed by an image. I could fake the progress bar by creating an image of a progress bar…

  • Is there a way to not show a checkbox if a node has children?

    Hi

    I have a treeview bound to one SQL data table. I want run time uses to be able to use checkboxes on nodes at the end of each tree branch. In other words I only want runtime users to only be able to select checkboxes on nodes without children.

    I am…

  • WinTree with Custom Class

    I know i read a post about using a BindingList for Custom Class for UltraTree and so far it works.

    Here's my code

    public class ScreenViewList : BindingList<ScreenClass>
        {
        }
        public class ScreenClass
        {
            private BindingList<ScreenObjectClass> _screenobjects…