lastunicorn / ConsoleTools

A set of tools and "controls" for the .net Console.
GNU General Public License v3.0
73 stars 5 forks source link

DataGrid - Foreground and Background colors specified at row level #44

Closed lastunicorn closed 3 years ago

lastunicorn commented 3 years ago

Something like:

dataGrid.Rows[1].ForegroundColor = ConsoleColor.Yellow;
dataGrid.Rows[1].BackgroundColor = ConsoleColor.DarkYellow;
lastunicorn commented 3 years ago

Implemented. Colors can be specified at row, column and datagrid level.