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