Release
A common question that we received from our customers regarding our RadPanel control was whether the scrollbars can be customized so that they are consistent with the current theme used in the application. Since RadPanel supports the standard Windows Forms scrolling behavior and the customization of the standard scrollbars is basically impossible, we decided, by using some nice trickery, to introduce a new control that provides the RadPanel functionality and also supports theming of the scrollbars. Here is a picture of what we achieved: In a nutshell, the RadScrollablePanel control is composed of two RadScrollBars and a panel that represents the container for the controls added....