winforms model?

  • Thread starter Thread starter rich
  • Start date Start date
R

rich

Does WinForms 2 have equivalents of the model bits of Java Swing
(ButtonModel, TableModel, TreeModel, etc), or has someone written such a
thing, or do I have to roll my own?

ie does Winforms only provide the visual bits of trees, etc?

Thanks, Richard.
 
WinForm is not really model based. And 2.0 has not change anything here.
Maybe you could use the Swing API coming with VJ# if you absolutely need it?
 

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