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 » [BUG] GridCtrl uses wrong sorting icon order.
Re: [BUG] GridCtrl uses wrong sorting icon order. [message #40658 is a reply to message #40342] Mon, 26 August 2013 20:34 Go to previous message
Klugier is currently offline  Klugier
Messages: 1076
Registered: September 2012
Location: Poland, Kraków
Senior Contributor
Hello Guys,

Now, GridCtrl has one more static method:
GridCtrl::ReverseSortIcon(bool b = true);

which is reversing sorting icons order gloablly.

How you can use it? Example:

static void initCtrls();

GUI_APP_MAIN
{
    initCtrls();
    // ...
}

void initCtrls()
{
   GridCtrl::ReverseSortIcon(true);
}



Sincerely,
Klugier


U++ - one framework to rule them all.

[Updated on: Mon, 26 August 2013 20:37]

Report message to a moderator

 
Read Message
Read Message
Previous Topic: GridCtrl: Key for Row
Next Topic: Retrieving column index like a row
Goto Forum:
  


Current Time: Fri May 17 00:48:38 CEST 2024

Total time taken to generate the page: 0.03856 seconds