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