DDUtils.InsertItemInItemsControl(ItemsControl, Object, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static void InsertItemInItemsControl(System::Windows::Controls::ItemsControl ^ itemsControl, System::Object ^ itemToInsert, int insertionIndex);
public static void InsertItemInItemsControl (System.Windows.Controls.ItemsControl itemsControl, object itemToInsert, int insertionIndex);
static member InsertItemInItemsControl : System.Windows.Controls.ItemsControl * obj * int -> unit
Public Shared Sub InsertItemInItemsControl (itemsControl As ItemsControl, itemToInsert As Object, insertionIndex As Integer)
Parameters
- itemsControl
- ItemsControl
- itemToInsert
- Object
- insertionIndex
- Int32