08-16-2012 02:55 PM
I'm adding a Segmented Control with 3 options.
on top of the Segment Control there is other container with few other widgets.
while i havent customized any parameters of the Segmented control, still
1.on top there is lot white pixels - probably margin/padding etc
2. At the right side again there are lot of white pixels - ideally i would wish for it to occupy the whole width
3. There is no property to set the background color of the Segmented control.
08-17-2012 09:17 AM
Can you post the qml for the page that has the segmented control? I'm particularly interested in how the layout is done. You can strip out any special handling like click handlers. There may be some container background colour or some spaceQuota that should be set.
Stuart
08-20-2012 01:03 PM
Look at sample BucketList for an example of SegmentedControl. I expect in your case you need to use containers with background colours, and possibly set StackLayoutProperties spaceQuota on some expandable items so that extra whitespace is added or removed from the controls you intend, and the fixed sized controls remain the size you intend.
Stuart
08-21-2012 10:55 PM
08-24-2012 12:11 PM
I'm not seeing these issues.
Centering should be handled by