blackberry 10 - Why does SegmentedControl in BB10 QML file only show 4 Options? -
my segmentedcontrol needs have 6 options. have next qml:
import bb.cascades 1.2 container { toppadding: 20.0 segmentedcontrol { selectedindex: 0 alternative { text: "1" } alternative { text: "2" } alternative { text: "5" } alternative { text: "10" } alternative { text: "20" } alternative { text: "50" } } } in momentics however, see first 4 options. why?
if in documentation, right @ top says
segmentedcontrol allows create horizontal row up four visible options.
so can't. unless create command acts it
qml blackberry-10 momentics segmentedcontrol
No comments:
Post a Comment