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 » GridCtrl and CellJoin problems
Re: GridCtrl and CellJoin problems [message #27834 is a reply to message #27833] Thu, 05 August 2010 22:48 Go to previous messageGo to previous message
jeremy_c is currently offline  jeremy_c
Messages: 175
Registered: August 2007
Location: Ohio, USA
Experienced Member
I got it. The left and right indexes are 1 based, not zero based it seems Smile

index.php?t=getfile&id=2704&private=0

needs.AddColumn("Need", 3).HeaderAlignCenter().AlignLeft();    // 1
needs.AddColumn("Band",  1).HeaderAlignCenter().AlignCenter(); // 2
needs.AddColumn("BandL", 1).HeaderAlignCenter().AlignCenter(); // 3
needs.AddColumn("BandE", 1).HeaderAlignCenter().AlignCenter(); // 4
needs.AddColumn("BandQ", 1).HeaderAlignCenter().AlignCenter(); // 5
needs.AddColumn("Mode",  1).HeaderAlignCenter().AlignCenter(); // 6
needs.AddColumn("ModeL", 1).HeaderAlignCenter().AlignCenter(); // 7
needs.AddColumn("ModeE", 1).HeaderAlignCenter().AlignCenter(); // 8
needs.AddColumn("ModeQ", 1).HeaderAlignCenter().AlignCenter(); // 9
needs.AddRow("","P", "L", "E", "Q", "P", "L", "E", "Q");	
needs.SetFixedRows(2);
needs.JoinFixedCells(1, 0, 1, 1);
needs.JoinFixedCells(2, 0, 5, 0);
needs.JoinFixedCells(6, 0, 9, 0);
needs.ColorCols();


Thanks for the great control!

Jeremy
  • Attachment: needs.png
    (Size: 8.87KB, Downloaded 524 times)

[Updated on: Thu, 05 August 2010 22:49]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Previous Topic: VirtualArrayCtrl embedded Ctrls
Next Topic: GridCtrl changed add row behavior
Goto Forum:
  


Current Time: Fri May 10 01:46:24 CEST 2024

Total time taken to generate the page: 0.03190 seconds