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

Home » U++ Library support » TabCtrl » TabCtrl (or equivalen) with tabs on left side
Re: TabCtrl (or equivalen) with tabs on left side [message #28123 is a reply to message #28121] Tue, 17 August 2010 18:17 Go to previous messageGo to previous message
kohait00 is currently offline  kohait00
Messages: 939
Registered: July 2009
Location: Germany
Experienced Contributor
sorry, forgot to add one line in the post
//set a different align for all 4 TabBar's
	for (int i = 0; i < 4; i++)
		bar[i].SetAlign((i+1) % 4);
//add only the first to main application window, the others on demand
	AddFrame(bar[0]);


you add the TabBars as Frames to your main application Ctrl (or whereever you need them)
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: how to tell which tab is which
Next Topic: TabBar code fixes patch (SVN r2960)
Goto Forum:
  


Current Time: Fri Sep 04 21:22:12 GMT+2 2026

Total time taken to generate the page: 0.01071 seconds