Browse By Tags

Sorry, but there are no more tags available to filter with.
  • Displaying the arrows on a vertical scroll bar control that belongs to an ultratree

    Infragistics.Win.UltraWinScrollBar.ScrollBarLook scrollBarLook1 = new Infragistics.Win.UltraWinScrollBar.ScrollBarLook();

    scrollBarLook1.ScrollBarArrowStyle = Infragistics.Win.UltraWinScrollBar.

    ScrollBarArrowStyle.OneAtEachEnd;

    the code above did not…