Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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: Sun Jul 20 01:13:45 CEST 2025

Total time taken to generate the page: 0.02700 seconds