Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1RangeSlider Class / UpdateTrackLayout Method

In This Topic
    UpdateTrackLayout Method (C1RangeSlider)
    In This Topic
    This method will take the current min, max, and value to calculate and layout the current control measurements.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub UpdateTrackLayout() 
    protected virtual void UpdateTrackLayout()
    See Also