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