Fills AdvancedList's RowCollection by user provided Row objects.
You have to handle the RowAdding event, otherwise an InvalidOperationException will be thrown. In the handler, you must provide a Row object that will be added into AdvancedList's RowCollection.
AdvancedList Class | Resco.Controls.AdvancedList Namespace | RowAdding