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 » Community » Newbie corner » GridCtrl and DropList
GridCtrl and DropList [message #38174] Mon, 03 December 2012 13:34
idkfa46 is currently offline  idkfa46
Messages: 155
Registered: December 2011
Experienced Member
Hallo guys,
I have a little problem with Droplist control into GridCtrl...

All seems going fine... i can open the droplist and it show me Values but when i select a Value or when i add a new row the GridCtrl show me the Key.

I'd like it always show me Values... is it possible?

Droplist:
void UMforza(DropList &dl)
{
	dl.Clear();
	dl.Add(1,"KN").Add(2,"daN").Add(3,"Kg").Add(4,"N");
	dl.SetIndex(0);
}


  • Attachment: Immagine.png
    (Size: 7.05KB, Downloaded 214 times)
Previous Topic: No Export to PDF button in Windows?
Next Topic: Vector declaration .h and initialization .cpp
Goto Forum:
  


Current Time: Fri Apr 26 08:54:59 CEST 2024

Total time taken to generate the page: 1.93650 seconds