ComponentOne Basic Library for WPF and Silverlight
GetItemOffset Method (C1ListViewerPanel)


C1.WPF Namespace > C1ListViewerPanel Class : GetItemOffset Method
Syntax
'Declaration
 
Public Function GetItemOffset( _
   ByVal child As System.Windows.UIElement _
) As System.Double
'Usage
 
Dim instance As C1ListViewerPanel
Dim child As System.Windows.UIElement
Dim value As System.Double
 
value = instance.GetItemOffset(child)
public System.double GetItemOffset( 
   System.Windows.UIElement child
)

Parameters

child
See Also

Reference

C1ListViewerPanel Class
C1ListViewerPanel Members