Home » U++ Library support » ArrayCtrl, HeaderCtrl & GridCtrl » Two "basic" operations on GridCtrl
Re: Two "basic" operations on GridCtrl [message #21021 is a reply to message #21019] |
Sun, 26 April 2009 20:46   |
|
kbyte wrote on Sun, 26 April 2009 12:27 | Hi all,
I would like to change, during runtime, the text of the columns in the header of the GridCtrl. Is it possible?
Another operation i would like to know how to do is delete a row during runtime programatically (by code).
Cant find members to do that.
Thanks a lot.
Kim
|
1.
grid.GetColumn(int n).Name("new column name");
grid.RefreshTop();
2.
grid.Remove(int n, int cnt = 1)
grid.RemoveFirst(int cnt = 1);
grid.RemoveLast(int cnt = 1);
|
|
|
 |
|
Two "basic" operations on GridCtrl
By: kbyte on Sun, 26 April 2009 18:27
|
 |
|
Re: Two "basic" operations on GridCtrl
By: unodgs on Sun, 26 April 2009 20:46
|
 |
|
Re: Two "basic" operations on GridCtrl
By: kbyte on Sun, 26 April 2009 21:17
|
 |
|
Re: Two "basic" operations on GridCtrl
By: unodgs on Sun, 26 April 2009 21:43
|
 |
|
Re: Two "basic" operations on GridCtrl
By: kbyte on Mon, 27 April 2009 00:04
|
 |
|
Re: Two "basic" operations on GridCtrl
By: kbyte on Mon, 27 April 2009 00:35
|
 |
|
Re: Two "basic" operations on GridCtrl
By: unodgs on Mon, 27 April 2009 08:47
|
 |
|
Re: Two "basic" operations on GridCtrl
By: kbyte on Sat, 02 May 2009 12:14
|
 |
|
Re: Two "basic" operations on GridCtrl
By: unodgs on Mon, 04 May 2009 09:39
|
 |
|
Re: Two "basic" operations on GridCtrl
By: kbyte on Mon, 04 May 2009 12:52
|
 |
|
Re: Two "basic" operations on GridCtrl
By: unodgs on Mon, 04 May 2009 13:37
|
 |
|
Re: Two "basic" operations on GridCtrl
By: kbyte on Mon, 04 May 2009 14:02
|
 |
|
Re: Two "basic" operations on GridCtrl
By: unodgs on Mon, 04 May 2009 15:22
|
 |
|
Re: Two "basic" operations on GridCtrl
By: kbyte on Mon, 04 May 2009 15:52
|
 |
|
Re: Two "basic" operations on GridCtrl
|
Goto Forum:
Current Time: Wed Jul 16 04:16:27 CEST 2025
Total time taken to generate the page: 0.04214 seconds
|