Declined
Last Updated: 19 May 2014 08:59 by ADMIN
thad
Created on: 15 May 2014 17:45
Category: TreeView
Type: Bug Report
0
horizontal scroll bar radtreeview
The disabling of the scroll bars is broke as shit.

I have tried 

    rtvDrainage.HorizontalScroll.Visible = false;
          rtvDrainage.HorizontalScroll.Maximum = 0;
          rtvDrainage.HorizontalScroll.Enabled = false;
          rtvDrainage.AutoScroll = false;
          rtvDrainage.EnableDeferredScrolling = false;
          rtvDrainage.EnableKineticScrolling = false;

          
          rtvDrainage.HScrollBar.Maximum = 0;
          rtvDrainage.HScrollBar.Visibility = Telerik.WinControls.ElementVisibility.Collapsed;

NOTHING stops this damn thing from showing up (i put this in both the load and in a button to hit after loading)

2 hours wasted trying to make a scroll bar not show up.........
1 comment
ADMIN
Stefan
Posted on: 19 May 2014 08:59
Hello Thad,

First, i would kindly ask you to keep your post in the standard business tone of language and to avoid profanity and cuss words as such are not acceptable. Thank you for the understanding.

In regards to the issue you have with RadTreeView, I would suggest that you open a new support ticket, where you explain the precise case to our support staff and they will help you with it. If an issue is confirmed, they will add it to this portal. 

I am declining this issue, until it is confirmed.