ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / RecyclingPanel Class / ClipPresenterHorizontally Method
The presenter.
Render width of the presenter.
Render height of the presenter.
The top offset.
The bottom offset.
The offset.

In This Topic
    ClipPresenterHorizontally Method (RecyclingPanel)
    In This Topic
    Clips the presenter horizontally.
    Syntax
    'Declaration
     
    
    Protected Sub ClipPresenterHorizontally( _
       ByVal presenter As UIElement, _
       ByVal presenterRenderWidth As Double, _
       ByVal presenterRenderHeight As Double, _
       ByVal topOffset As Double, _
       ByVal bottomOffset As Double, _
       ByVal offset As Double _
    ) 

    Parameters

    presenter
    The presenter.
    presenterRenderWidth
    Render width of the presenter.
    presenterRenderHeight
    Render height of the presenter.
    topOffset
    The top offset.
    bottomOffset
    The bottom offset.
    offset
    The offset.
    See Also