public void BtnSetRange(bool isExpanded) { SetSetting(() => { scrubber.SetExpandedRange(isExpanded); }); }