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 » ArrayCtrl column width problem
Re: ArrayCtrl column width problem [message #22676 is a reply to message #22675] Tue, 04 August 2009 17:48 Go to previous messageGo to previous message
koldo is currently offline  koldo
Messages: 3437
Registered: August 2008
Senior Veteran
Hello Mirek

Problem found.

After doing a Reset() it seems the grid "forgets" its configuration.

To solve it before filling the grid and after Reset() the grid has to be reconfigured. So now to clean the grid:

grid.Reset();
grid.HeaderObject().Absolute();


so the following AddColumn() will fill the grid properly.

Best regards
Koldo


Best regards
IƱaki
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Accessing embedded controls in a gridCtrl
Next Topic: Substring formating in ArrayCtrl (SqlCtrl)
Goto Forum:
  


Current Time: Fri Jul 18 11:51:01 CEST 2025

Total time taken to generate the page: 0.00799 seconds