Projects demonstrates the capabilities of the EhLib.WinForms library.
Projects are designed to run in an integrated environment - Visual Studio.
Projects can be compiled and launched without installing additional components in Visual Studio.
In the Demo projects, there is a link to a Nuget package - EhLib.WinForms.Preview.
-
MainDemo - the main project. Demonstrates the visual capabilities of the library when creating an application for working with tabular data.
-
DisplayLayoutStorableApp - the project demonstrates the ability to save/restore the visual settings (like window pos and size, grid columns width) in the configuration files.
-
ProcessList - implementation of the Windows Task Manager window using the DataGridEh component.
EhLib.WinForms library contains components and classes for framework - Windows.Forms.
Below is a list of the main components of the library:
It is the main and most sophisticated component of the library. DataGridEh allows to show and edit data in a tabular content with titles, footers, indicator column and other features.
A Grid control to displays data in a customizable grid in vertical orientation.
Displays one row of DataSource item in vertial orientation.
Represents a control that can be used to display or edit unformatted text.
Enhanced TextBoxEh control that supports a declarative syntax for accepting or rejecting user input.
Represents a control that can be used to display or edit numeric values.
Represents a Windows combo box control.
Represents a Windows control that allows you to select a date and time and display them in the specified format.