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 » Multiselect and contiguous cells in ArrayCtrl
Re: Multiselect and contiguous cells in ArrayCtrl [message #10414 is a reply to message #10412] Sat, 07 July 2007 17:55 Go to previous messageGo to previous message
zsolt is currently offline  zsolt
Messages: 698
Registered: December 2005
Location: Budapest, Hungary
Contributor
Quote:

I was not able to found a method that returns the indexes of the selected rows.

this is working for me:
	for(int i=0; i<m_array.GetCount(); i++)
	{
		if(m_array.IsSelected(i))
		{
			DoSomething(...);
		}
	}
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: GridCtrl Resize Bug
Next Topic: GridCtrl and non contigous cells
Goto Forum:
  


Current Time: Sun Nov 10 20:46:09 CET 2024

Total time taken to generate the page: 0.01228 seconds