TFolderEx Tab width problem
Posted: Wed Oct 24, 2018 4:16 am
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.
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
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.
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