Skip to content
cwensley edited this page Oct 26, 2011 · 27 revisions

About

The Eto.Forms Framework is a cross-platform User Interface framework that uses the native user interface toolkit on each platform. The primary goal of this framework is to provide a way to share common UI code, while having a native experience on each platform.

Topics

  • Getting Started - Getting started with the Eto.Forms framework
  • Mobile vs. Desktop - Differences between mobile and desktop controls
  • Layouts - How controls are added and positioned on containers
  • Styling - How to apply platform-specific code to controls
  • Controls - List of all controls supported out of the box by Eto.Forms
  • Custom Platform Controls - How to create your own platform-specific custom controls