Frequently Asked Component Specific Questions
Options |
|
Display all FAQ items |
Displaying items 1 to 1 of 1, page 1 of 1
<< previous next >>

TMS Advanced Poly ListResizing AdvPolyPager items at runtime
To resize items at runtime:
AdvPolyPager1.ListAutoSizeMode := asmcontrol;
for I := 0 to AdvPolyPager1.List.Items.Count - 1 do
AdvPolyPager1.Items[i].Width := 400;