ScrollButtonVisibilityConverter.Convert Method

DevZest WPF Docking

ScrollButtonVisibilityConverterConvert Method
Converts the offset, extent and viewport values of ScrollViewer to a Visibility value indicates the display state of scroll button.

Namespace: DevZest.Windows
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public Object Convert(
	Object[] values,
	Type targetType,
	Object parameter,
	CultureInfo culture
)
Public Function Convert ( 
	values As Object(),
	targetType As Type,
	parameter As Object,
	culture As CultureInfo
) As Object

Parameters

values
Type: SystemObject

The offset, extent and viewport values of ScrollViewer:

targetType
Type: SystemType
The type of the binding target property.
parameter
Type: SystemObject
The converter parameter to use. Must be string value of "first" or "last".
culture
Type: System.GlobalizationCultureInfo
The culture to use in the converter.

Return Value

Type: Object
The Visibility value indicates whether the scroll button should be displayed.

Implements

IMultiValueConverterConvert(Object, Type, Object, CultureInfo)
See Also