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 » How does one hide a row in an ArrayCtrl?
Re: How does one hide a row in an ArrayCtrl? [message #45495 is a reply to message #44167] Mon, 23 November 2015 22:42 Go to previous messageGo to previous message
Alboni is currently offline  Alboni
Messages: 216
Registered: January 2012
Location: Kajaani, Finland
Experienced Member
to create it hidden: (I often use this to store information)
headerctrl.AddColumn(some_identifier or just "").HeaderTab().Fixed(0);


To hide a visible Column later (0 is the number, can also be an identifier assigned during creation)
headerctrl.ColumnAt(0).HeaderTab().Fixed(0);



Edit: Oh, a row.... how did that turn into a column in my head...? hmmm Rolling Eyes

[Updated on: Mon, 23 November 2015 22:49]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: GridCtrl: resize only one column
Next Topic: Setting the text Color of the Headercontrol
Goto Forum:
  


Current Time: Sat Aug 16 04:54:17 CEST 2025

Total time taken to generate the page: 0.04999 seconds