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 » 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 Go to previous message
aftershock is currently offline  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;
}
 
Read Message
Read Message
Read Message
Previous Topic: I request the implementation of callback5
Next Topic: msc builder patch , msc builder ignore compiler field
Goto Forum:
  


Current Time: Sat Apr 26 14:46:21 CEST 2025

Total time taken to generate the page: 0.00714 seconds