Telerik Forums
UI for WinForms Forum
1 answer
113 views
Hi,

I have a RadScrollablePanel and I'm trying to figure out how to color the vertical scrollbar through code and not by setting a theme.  Can you tell me how to do that?
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 09 Jun 2014
1 answer
64 views
Hi Team!

could you please help me with a short question: How can I scroll within the scrollablepanel when I'm at design time? I have to design a large form with scrolling. But I can't do this, because I'm not able to scroll down the scrollablepanel at design time?

Thanks in advance,

Markus
Dimitar
Telerik team
 answered on 14 Oct 2013
0 answers
41 views
RadPanel or RadScrollablePanel design time Scrolling not supported?
like winform panel

lee
Top achievements
Rank 1
 asked on 22 Jan 2013
0 answers
79 views
I see the Autoscroll property for the GroupBox but I am unable to set set it to true, and when I try to set it in code it dies not do anything.  Is there some other setting that needs to be set or does this not work?
Eric Klein
Top achievements
Rank 1
 asked on 16 Jan 2013
3 answers
99 views
I'm sure I'm missing something simple here, but how do I control the shape and color of the scrollbars in the RadScrollablePanel? I cannot seem to access the scroll bars to style them the way I would like. The example in the top left corner of this page is exactly what I am looking for:

http://www.telerik.com/help/winforms/panels-and-labels-radscrollablepanel-overview.html

Thanks,

G
Anton
Telerik team
 answered on 07 Dec 2012
1 answer
161 views
Hi
I use RadScrollablePanel in my app. In runtime add many buttons. In other list when user select name of button, RadScrollablePanel scroll to button. how can i do this? RadScrollablePanel is AutoScroll enabled.
I use this code too : 
Point btnpos = new Point(itemButton.Location.X,itemButton.Location.Y);
PanelOfEachGroup.VerticalScrollbar.PerformScrollTo(btnpos);

and:
PanelOfEachGroup.ScrollControlIntoView(btnpos);

btnpos is the button in RadScrollablePanel.
Thanks.
Anton
Telerik team
 answered on 09 Oct 2012
3 answers
351 views
hello,

For my job i have to develop a program in which i need to scroll through the panel using 2 buttons (up and down)and the scroll bars have to be invisible, after a search of 2 ours i still don't know if this is possible whit the Radscrollablepanel, can anyone help me ?

the program wil run in a factory hall on a touch screen computer which wil be operated whit cloves on so a scrollbar wil be difficult to use.

Thanks in advance,
Daniel
Ivan Petrov
Telerik team
 answered on 23 Apr 2012
3 answers
167 views
Hi

One
Is there any way I can get the radscrollable panel to do the following three requirements programatically in vb.net
1 - Scroll to the top (of the panel)
2 - Scroll to the middle (of the panel)
3 - scroll to the end (of the panel)

Ideally I want to see a quick animation of the scroll taking place till it reaches the either point.

Two
Can you tell me how the following works (what it does):
Me.RadScrollablePanel1.VerticalScrollbar.PerformScrollTo
(I tried using it as follows: Me.RadScrollablePanel1.VerticalScrollbar.PerformScrollTo(new Point(0,200)) but it did nothing)


Three
Is there any link for more documentation on this control.


Boryana
Telerik team
 answered on 10 Feb 2012
1 answer
250 views
Hi,

Ive created a custom control using the telerik controls, which is based on the "business card" example provided in the demo code. 
That is a RadControl that allows custom RadButtomElements to be added to it.  The RadButtonElements are stored in a WrapLayoutPanel.  However Im having difficulty getting scrolling to work properly.  Ive seen quite a few examples and threads about scrolling using the stacklayoutpanel, however I want to use the wraplayoutpanel to get better presentation, as each element is of variable size.  However using the wraplayout the scrollbars do not appear correctly.  At runtime it looks as though the viewport settings are calculated as if the viewport is a stacklayout not a wraplayout. 

Any help will be greatly appreciated.

Hopefully looking at this code will make a bit more sense...

Version of Rad controls (WinForm) 2009.3.9.1203
 

RadScrollViewer

 

scrollViewer = new RadScrollViewer();
 
Telerik.WinControls.UI.RadPanel radPanel1= new Telerik.WinControls.UI.RadPanel();

this
.Controls.Add(this.radPanel1);
WrapLayoutPanel
wrapLayout = new WrapLayoutPanel();

 

wrapLayout.Orientation =

Orientation.Horizontal;  

 

 

scrollViewer.Viewport = wrapLayout;

 

this.radPanel1.PanelElement.Children.Add(scrollViewer);  

for(int i = 0 ; i < 100; i++)  

{

wrapLayout.Children.Add(

 

new RadButtonElement() {Text = "Test" + i, Padding = new Padding(5), Margin = new Padding(2), Size = new Size(50,10)});  

}

 

 

Nikolay
Telerik team
 answered on 11 Nov 2010
6 answers
290 views
Hello!

I want a RadScrollablePanel which just have a VerticalScrollBar (which is everytime visible). So the user can only scroll down and there is no ned of a HorizontalScrollBar.

I even tried this code below, but there is no effect (also setting direct on PanelContainer has no effect)

this.radScrollablePanel3.PanelContainer.HorizontalScroll.Enabled = false;
this.radScrollablePanel3.PanelContainer.VerticalScroll.Enabled = true;
this.radScrollablePanel3.PanelContainer.VerticalScroll.Visible = true;

Does someone know what I have to do?
Thanks!
Regards
Juergen
Juergen Holzer
Top achievements
Rank 2
 answered on 21 Sep 2010
Narrow your results
Selected tags
Tags
GridView
General Discussions
Scheduler and Reminder
Treeview
Dock
RibbonBar
Themes and Visual Style Builder
ChartView
Calendar, DateTimePicker, TimePicker and Clock
Buttons, RadioButton, CheckBox, etc
DropDownList
ComboBox and ListBox (obsolete as of Q2 2010)
ListView
Chart (obsolete as of Q1 2013)
Form
PageView
MultiColumn ComboBox
TextBox
RichTextEditor
Menu
PropertyGrid
RichTextBox (obsolete as of Q3 2014 SP1)
Panelbar (obsolete as of Q2 2010)
PivotGrid and PivotFieldList
Tabstrip (obsolete as of Q2 2010)
MaskedEditBox
CommandBar
PdfViewer and PdfViewerNavigator
ListControl
Carousel
Diagram, DiagramRibbonBar, DiagramToolBox
Panorama
GanttView
New Product Suggestions
Toolstrip (obsolete as of Q3 2010)
AutoCompleteBox
Label
VirtualGrid
ContextMenu
Spreadsheet
Panel
Visual Studio Extensions
TitleBar
Documentation
SplitContainer
Map
DesktopAlert
ProgressBar
Rotator
TrackBar
MessageBox
CheckedDropDownList
SpinEditor
StatusStrip
CheckedListBox
Wizard
ShapedForm
SyntaxEditor
TextBoxControl
LayoutControl
DateTimePicker
CollapsiblePanel
Conversational UI, Chat
CAB Enabling Kit
TabbedForm
DataEntry
GroupBox
WaitingBar
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
ColorDialog
FileDialogs
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
PopupEditor
RibbonForm
Styling
TaskBoard
Barcode
ColorBox
Callout
PictureBox
VirtualKeyboard
FilterView
Accessibility
DataLayout
NavigationView
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
ButtonTextBox
FontDropDownList
Licensing
BreadCrumb
LocalizationProvider
Dictionary
Overlay
Security
Separator
SparkLine
TreeMap
StepProgressBar
SplashScreen
ToolbarForm
NotifyIcon
Rating
TimeSpanPicker
BarcodeView
Calculator
OfficeNavigationBar
Flyout
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
+? more
Top users last month
Patrick
Top achievements
Rank 1
Iron
Iron
Iron
MIS
Top achievements
Rank 1
Ross
Top achievements
Rank 1
Marcin
Top achievements
Rank 1
Iron
Iron
Sean
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Patrick
Top achievements
Rank 1
Iron
Iron
Iron
MIS
Top achievements
Rank 1
Ross
Top achievements
Rank 1
Marcin
Top achievements
Rank 1
Iron
Iron
Sean
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?