VirtualizingPanel.GetItemOffsetCore(UIElement) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回指定项相对于 VirtualizingPanel 的位置。
protected:
virtual double GetItemOffsetCore(System::Windows::UIElement ^ child);
protected virtual double GetItemOffsetCore (System.Windows.UIElement child);
abstract member GetItemOffsetCore : System.Windows.UIElement -> double
override this.GetItemOffsetCore : System.Windows.UIElement -> double
Protected Overridable Function GetItemOffsetCore (child As UIElement) As Double
参数
- child
- UIElement
要查找位置的元素。
返回
在所有情况下均为 0。
注解
继承自 VirtualizingPanel 的类应重写此方法以返回相对于面板的位置 child
。