public void FillFromArray<GvCd>( GvCd[] values, NWidgetFactory<GvCd> widgetFactory )
Parameters
- values
- The values to fill the items collection with.
- widgetFactory
- The widget factory to use for creating items content.
Type Parameters
- GvCd
- The type of the array values.