Home » U++ Library support » U++ Library : Other (not classified elsewhere) » How can I turn off soring in ArrayCtrl?
Re: How can I turn off soring in ArrayCtrl? [message #49863 is a reply to message #49856] |
Tue, 22 May 2018 07:29  |
aftershock
Messages: 143 Registered: May 2008
|
Experienced Member |
|
|
Here is a patch for this which at least partly, solve the prolbem
A new function in ArrayCtrl
void ArrayCtrl::ResetSorting()
{
for(int i = 0; i < header.GetCount(); i++)
header.Tab(i).SetRightImage(Image());
allsorting = false;
sortcolumn = -1;
sortcolumndescending = false;
}
|
|
|
Goto Forum:
Current Time: Sat Apr 26 14:46:21 CEST 2025
Total time taken to generate the page: 0.00714 seconds
|