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 » DropGrid jump to row  () 1 Vote
icon4.gif  DropGrid jump to row [message #24037] Mon, 21 December 2009 12:00 Go to next message
exdatis is currently offline  exdatis
Messages: 7
Registered: December 2009
Location: Vojvodina
Promising Member
How to:
Jump to row(int), after search maybe?
Thanks.
p.s. Or find and jump at once.
icon14.gif  Re: DropGrid jump to row [message #24040 is a reply to message #24037] Tue, 22 December 2009 07:19 Go to previous messageGo to next message
exdatis is currently offline  exdatis
Messages: 7
Registered: December 2009
Location: Vojvodina
Promising Member
Simple:
int int_row;
drop_grid.SetIndex(int_row);
drop_grid.Refresh();
Re: DropGrid jump to row [message #24041 is a reply to message #24040] Tue, 22 December 2009 11:51 Go to previous messageGo to next message
unodgs is currently offline  unodgs
Messages: 1366
Registered: November 2005
Location: Poland
Ultimate Contributor

Or
drop_grid <<= my_key;
icon2.gif  Re: DropGrid jump to row [message #24042 is a reply to message #24041] Tue, 22 December 2009 12:12 Go to previous message
exdatis is currently offline  exdatis
Messages: 7
Registered: December 2009
Location: Vojvodina
Promising Member
Nicely(drop_grid <<= my_key)!
Ultimate++ is the best!
Previous Topic: How to add HeaderCtrl to DocEdit?
Next Topic: problems with ArrayCtrl and SetFont
Goto Forum:
  


Current Time: Fri Mar 29 12:16:12 CET 2024

Total time taken to generate the page: 0.01234 seconds