ScrollBar.OnApplyTemplate Method

Definition

Creates the visual tree for the ScrollBar.

public:
 override void OnApplyTemplate();
public override void OnApplyTemplate ();
override this.OnApplyTemplate : unit -> unit
Public Overrides Sub OnApplyTemplate ()

Remarks

This implementation also sets the Track property to the Track that is defined in the ScrollBar template.

Applies to