ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridVerticalFreezingSeparatorPresenter Class / ChangeVisualStateMovement Method

In This Topic
    ChangeVisualStateMovement Method (DataGridVerticalFreezingSeparatorPresenter)
    In This Topic
    Updates the current visual state of the Movement visual state group to match the object's properties.
    Syntax
    'Declaration
     
    
    <SuppressMessageAttribute("Microsoft.Performance", "CA1820:TestForEmptyStringsUsingStringLength")>
    Protected Sub ChangeVisualStateMovement( _
       ByVal useTransitions As Boolean _
    ) 
    [SuppressMessage("Microsoft.Performance", "CA1820:TestForEmptyStringsUsingStringLength")]
    protected void ChangeVisualStateMovement( 
       bool useTransitions
    )

    Parameters

    useTransitions
    See Also