Hi guys,
I have a navigator control (Mode, Bar-Tab-Group), multiple tabs on a single line and I have Next/Previous buttons to scroll along the line when the tabs truncate the navigator. I want to try to add some padding to the right hand side of the buttons to push everything along by about 100 pixels, so I've set the StateCommon.Bar.ButtonEdgeOutside property to be 100. This certainly adds the required padding but it also appears to add padding to the top and botton of the control too. Interestingly there seems to be certain amount of leeway before padding is applied to the top of the control. In my case I can add about 20 pixels to the outside edge before the padding is applied to the top of the control (interesting that this is the same as the minimum bar height, might be a clue). So first of all, is this normal and expected? And second of all, am I using the right property to achieve my desired effect? It doesn't just happen in my application, it happens with the Navigator Playground too. I'm using version 2.5.1.
Thanks for your time.
Regards,
Chris Chambers.