Re: (VB6) SSTabEx: SSTab replacement. Themed and with new features
Dear Eduardo,
Please find attached my test project for the 'Gaps between tabs' issue. Its named "2. Gaps between Tabs.zip"
In my test app, sst1 gets resized whenever the Form_Resize() event happens.
I see that during app startup itself, sst1 gets resized. And, I observe the gaps between tabs immediately, after app startup itself. Please see screenshot below. Gaps are seen between tabs 1&2, tabs 5&6 and tabs 8&9.
You may kindly please try manually resizing my test app's form's width (increase/decrease the width randomly). While doing so, you can observe gaps between tabs appearing, at several random widths of sst1. At some other random widths of sst1, you can observe that there are no gaps (its all perfect). For a sample, I just chose two such random widths (498px - a width at which I see gaps, and 503px - a width at which I don't see any gaps) to be used in the code of my command button cmd1's Click event. Please see screenshots below (sst1 at 498px and 503px, respectively), in this regard. At 498px, gaps are seen between tabs 1&2, tabs 5&6 and tabs 8&9.
Note-1:
My VB6 IDE is themed. I am not sure whether it has DPI awareness too.
My screen resolution is 1920*1080.
Under 'Scale and Layout' in Display settings, it shows "100% (Recommended)" in my system.
My test app's SSTabEx (named sst1) has 10 tabs with TabsPerRow set to 10. No other default property of sst1 has been changed, as far as I can say.
My test app's form's background color is set to 'Highlight' color (as you can see in the screenshots). The Highlight color's RGB is "0, 128, 215" in my system.
Note-2: In case the "gaps between tabs" do not appear at your end and its all working correctly, then kindly bear with me and kindly let me know what could be the mistake I am doing at my end which makes the "gaps between tabs" appear.
Note-3: If the "gaps between tabs" do appear at your end too, and if it is not due to 'Sst', then kindly let me know as to what I should do further.
I take this opportunity to once again thank you, in abundance, for your fabulous sst control.