ClassOrientationToScrollModeConverter
Class
Converts a value from the Orientation enumeration to a value value.
Definition
Namespace:Telerik.UI.Xaml.Controls.Data.ListView
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class OrientationToScrollModeConverter : IValueConverter
Inheritance: objectOrientationToScrollModeConverter
Implements:
Constructors
OrientationToScrollModeConverter()
Declaration
cs-api-definition
public OrientationToScrollModeConverter()
Methods
Convert(object, Type, object, string)
Returns the scroll mode of a scrollbar of the RadListView control depending on the control orientation and the orientation of the scrollbar.
Declaration
cs-api-definition
public object Convert(object value, Type targetType, object parameter, string language)
Parameters
value
Orientation property.
targetType
The parameter is not used.
parameter
The scroll bar orientation.
language
The parameter is not used.
Returns