Telerik.Windows.Controls.TabbedWindow.Panels
Represents a panel that provides a tabbed interface with scrolling capabilities. The RadTabbedWindowPanel class inherits from Panel and implements the IScrollingServiceCore and IScrollingInfo interfaces. It facilitates the arrangement and management of child elements that can be scrolled horizontally and vertically. The panel supports customization of scrolling behavior, viewport management, and integrates with the RadBrowserPanel.
The viewport dimensions can be accessed through ViewportHeight and ViewportWidth properties, while the offsets can be retrieved using HorizontalOffset and VerticalOffset.
It provides methods for scrolling the panel contents ScrollHorizontal(double) and ScrollVertical(double) as well as transforming coordinates between different reference frames using .
The layout behavior is defined by overriding the and methods, allowing dynamic measurement and arrangement of child UI elements.