is there an equivelent to the Repeater control for a Windows Form?

  • Thread starter Thread starter bill
  • Start date Start date
Not as such that I am aware, although datagrids can be controlled through using DataGridStyles.

What are you trying to achieve ?

Jame
 
The same kinds of things you'd expect to do with a repeater panel.

Not simply a left to right arrangement of some fields. I know you can put
images, checkboxes, and comboboxes in the datagrid, but what about a row
where some fields are arranged vertically? (ps, without having to do a ton
of work - ie, like the repeater)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top