An intuitive utility to help find the CSS path to UI elements on a webpage. These paths are used frequently in a variety of front-end development and QA automation tasks.
One of a set of tools we're offering as a way of saying thank you for being a part of the community.
The way around.
1. Create a dummy item between each real item in the status bar, using SetParts (in CStatusBarCtrl - which you can get use GetStatusBarCtrl())
2. Set dummy parts to have no text and no border (SBT_NOBORDERS) using SetText member of CStatusBarCtrl.
3. Control width of "pseudo" borders by changing the width of the dummy items
OR
1. Override DrawItem for the control
2. Paint each item as you like with the borders you want
3. This is more work, but will give you finer control