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 » ArrayCtrl, HeaderCtrl & GridCtrl » Editing + JoinFixedCells bug
Re: Editing + JoinFixedCells bug [message #41008 is a reply to message #40917] Sun, 20 October 2013 09:43 Go to previous message
iST1 is currently offline  iST1
Messages: 107
Registered: August 2013
Experienced Member
Hello unodgs, the changes in r6450 works fine.

Can you give advice about replacing Collumn alignment by Row alignment?

GUI_APP_MAIN
{	
	TopWindow wnd;
	GridCtrl grid;
	
	wnd.Add(grid.SizePos());
	grid.AddColumn("C").AlignCenter();
	
	grid.Add();
	grid.Set(0, 0, "c");	
	grid.GetRow(0).AlignLeft();//not work
	wnd.Run();
}
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Error: ItemRect::Editable(false) + Tab
Next Topic: Getting row index from Display
Goto Forum:
  


Current Time: Sat May 04 02:01:50 CEST 2024

Total time taken to generate the page: 0.03730 seconds