Example #1
0
 /// <summary>
 /// Set text of the specified component.
 /// </summary>
 /// <param name="component">Component.</param>
 protected void SetComponentText(ScrollerItem component)
 {
     component.Text.Value = Value(component.Index);
 }
Example #2
0
 protected bool IsNullComponent(ScrollerItem component)
 {
     return(component == null);
 }