ScrollBarThinSetLineButtonVisibility Method

Sets the visibility of line buttons.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public static void SetLineButtonVisibility(
	ScrollBar target,
	Visibility value
)

Parameters

target  ScrollBar
ScrollBar with the target.
value  Visibility
Visibility with the value to set.

See Also