I think I get it from OnApplyTemplate, in the code behind like this one:
protected override void OnApplyTemplate() { base.OnApplyTemplate(); scrollbar = GetTemplateChild("Scrollbar") as Border; }