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?
 
Back
Top