Table of Contents

Class AutoScrollBehavior

Namespace
McServerLauncher.Behaviors
Assembly
McServerLauncher.dll

Attached property that makes a ListBox auto-scroll to the end when items are added (useful for the real-time console).

public static class AutoScrollBehavior
Inheritance
AutoScrollBehavior
Inherited Members

Fields

AutoScrollProperty

public static readonly AttachedProperty<bool> AutoScrollProperty

Field Value

AttachedProperty<bool>

Methods

GetAutoScroll(ListBox)

public static bool GetAutoScroll(ListBox o)

Parameters

o ListBox

Returns

bool

SetAutoScroll(ListBox, bool)

public static void SetAutoScroll(ListBox o, bool value)

Parameters

o ListBox
value bool