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 #45501 is a reply to message #45500] Tue, 24 November 2015 15:29 Go to previous message
mirek is currently offline  mirek
Messages: 14267
Registered: November 2005
Ultimate Member
OK, it really was missing, so:

class ArrayCtrl {
....
	Callback2<int, bool&> WhenLineVisible;
	void       ShowLine(int i, bool e);
	void       HideLine(int i)                                  { ShowLine(i, false); }
	bool       IsLineVisible(int i) const;
....
};
 
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: Fri Aug 15 04:07:09 CEST 2025

Total time taken to generate the page: 0.20867 seconds