centerItems attribute
It will center the list items, if the number and size of the list items is less than the size of the control.If Stretch attribute is set to both then stretch attribute will take more priority than centerItems attribute. Default value is false.
NOTE: user needs to specify the widget width and height inside the template.
Example:
<template id="templateWidgetId" >
<div style="height:50px;width:250px" >
<ch5-toggle
label="Toggle label">
</ch5-toggle>
</div>
</template>
NOTE: Avoid using CH5-SubpageReferenceList with noShowType="remove"