/// <summary>
 /// Set text of the specified component.
 /// </summary>
 /// <param name="component">Component.</param>
 protected void SetComponentText(ScrollBlockItem component)
 {
     component.Text.Value = Value(component.Index);
 }
 protected virtual bool IsNullComponent(ScrollBlockItem component)
 {
     return(component == null);
 }