I'm developing a Silverlight application where I want to simulate a console. There are a lot of ways to represent this - StackPannels, grid of TextBoxes, etc - and I was wondering what the bets fit would be?
Requirements:
- Display an 80x20 grid that scales based on parent size
- Be able to update an individual cell's character
- Be able to set a cell's forground and background color