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++ TheIDE » U++ TheIDE: Layout (Forms) Designer » How can I figure out how large to make layout for TabCtrl?
Re: How can I figure out how large to make layout for TabCtrl? [message #9843 is a reply to message #9833] Fri, 01 June 2007 22:19 Go to previous message
zsolt is currently offline  zsolt
Messages: 698
Registered: December 2005
Location: Budapest, Hungary
Contributor
It is the best, to strech your layout to have a fixed margin within its container (tab):
const int m = 4;
your_layout.HSizePosZ(m, m).VSizePosZ(m, m);

And it is a good idea to use your layout as a ParentCtrl child, like WithYourLayout<ParentCtrl>. So it will not have a different color than the tab.

[Updated on: Fri, 01 June 2007 22:20]

Report message to a moderator

 
Read Message
Read Message
Previous Topic: Layouts and Language 't' files
Next Topic: "Visual Inheritance" possible?
Goto Forum:
  


Current Time: Tue May 07 12:25:43 CEST 2024

Total time taken to generate the page: 0.02884 seconds