mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
.upptst
git-svn-id: svn://ultimatepp.org/upp/trunk@13819 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
149d6e27a0
commit
532c26d8d4
1 changed files with 5 additions and 5 deletions
|
|
@ -66,11 +66,11 @@ TestChStyle::TestChStyle()
|
|||
tm.Set(-20, [=] { pi.Set(GetTickCount() / 10 % 100, 100); });
|
||||
|
||||
list.HeaderObject().Absolute();
|
||||
list.AddColumn("Col", 50);
|
||||
list.AddColumn("Col", 50);
|
||||
list.AddColumn("Col", 50);
|
||||
list.AddColumn("Col", 50);
|
||||
list.AddColumn("Col", 50);
|
||||
list.AddColumn("Col", 50).Sorting();
|
||||
list.AddColumn("Col", 50).Sorting();
|
||||
list.AddColumn("Col", 50).Sorting();
|
||||
list.AddColumn("Col", 50).Sorting();
|
||||
list.AddColumn("Col", 50).Sorting();
|
||||
for(int i = 0; i < 50; i++)
|
||||
list.Add(i);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue