Page 1 of 1

TFolderEx Tab width problem

Posted: Wed Oct 24, 2018 4:16 am
by ryugarai27
Hi All,

I am testing the TFolderEx classes but encountered a problem. I have a button that adds a new tab each time the button was clicked using the code: ::oFld:AddItem(e)
I noticed that when there are too many tabs created and there is no more space on the tab line, the new tab is created on a new line, but the width of the tab is too large that it occupies half of the entire tab line.

Image
https://imgur.com/4TGKOU9

Is there a way that I can fix the width of the tab? I have tried ::oFld:Resize( 1, 50, 35 ) but it is not working.

ryu
FWH1706 + xHarbour 1.2.3 + BCC7.0

Re: TFolderEx Tab width problem

Posted: Wed Oct 24, 2018 5:01 am
by fraxzi
Try it with :lStretch := .F.

Re: TFolderEx Tab width problem

Posted: Thu Oct 25, 2018 10:19 am
by ryugarai27
Hi Frances,

Thanks, I tried it but still not working.

Best regards,
ryu