Carousel.CustomScrollView.InitScroller C# (CSharp) Method

InitScroller() public method

public InitScroller ( ) : void
return void
        public void InitScroller()
        {
            lock(instanceLock)
            {
                this.AnimateTransition = false;
                CenterSlide(this, null);
                this.AnimateTransition = true;
            }
        }