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 drop on all control area
Re: ArrayCtrl drop on all control area [message #54482 is a reply to message #54218] Wed, 29 July 2020 12:47 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Yes, use WhenDrop.

reference/ArrayCtrl actually demonstrates that.

It is however better with

		for(int i = 0; i < 15; i++) {
			a.Add(i);
			b.Add(FormatIntRoman(i, true));
		}


to create some empty space. Then you can drop normal text on the left ArrayCtrl...

Mirek
 
Read Message
Read Message
Read Message
Previous Topic: GridCtrl: repainting performance issue in dark mode on Win 10
Next Topic: ArrayCtrl or Sql feature broken in latest releases
Goto Forum:
  


Current Time: Fri Mar 29 14:25:49 CET 2024

Total time taken to generate the page: 0.01976 seconds