![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, What is the best way to position a set of runtime created controls, in my instance I need to build a set of controls, a label, and two text boxes per row returned from a web service, but obviously need to position them in a tidy fashion, I read somewhere that I can simply override the Render method, but wasn't sure how to proceed, any thoughts? TIA Colin B |
#3
| |||
| |||
|
|
Looks like a "repeater" would do the job (basically it will repeat a "template" for each row). Regarding positioning (you meant on the form ?) my preference is to use the flow layout mode and to position fields within a table... Custom rendering would be rather IMO to create your own feature specific controls... Patrice -- "Colin Basterfield" <colinbasterfield (AT) hotmail (DOT) com> a écrit dans le message de news:ecYvPbQyDHA.2620 (AT) TK2MSFTNGP09 (DOT) phx.gbl... Hi, What is the best way to position a set of runtime created controls, in my instance I need to build a set of controls, a label, and two text boxes per row returned from a web service, but obviously need to position them in a tidy fashion, I read somewhere that I can simply override the Render method, but wasn't sure how to proceed, any thoughts? TIA Colin B |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |