U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » TabCtrl » How to resize TabCtrl?
Re: How to resize TabCtrl? [message #10998 is a reply to message #10997] Mon, 13 August 2007 18:05 Go to previous messageGo to previous message
mrjt is currently offline  mrjt
Messages: 705
Registered: March 2007
Location: London
Contributor
You need to call SizePos on the layout/ctrl in the tab, then it should behave as a normal layout.
        WithSomeLayout<ParentCtrl> t1;

	CtrlLayout(t1);	
	t1.SizePos();
	tab.Add("Tab1").Slave(&t1);
 
Read Message
Read Message
Read Message
Previous Topic: [BUG - FIXED] TabDlg crashes the application
Next Topic: Deleting Tabs
Goto Forum:
  


Current Time: Tue Jun 16 12:34:15 GMT+2 2026

Total time taken to generate the page: 0.00715 seconds