Alexandru Iuga
Alexandru Iuga
The foreground color should be used for displaying the menu items. If no foreground color is specified (= null), the default foreground color of the console must be used. The...
The StaskPanel should be able to contain a list of controls that are displayed one after the other. Update Wiki documentation.
The prompter must be erasable after the command is read from the user. The control should inherit from ErasableControl.
The title must be a TextBlock to be displayed before the content. Update Wiki documentation.
Add ColumnSpan prop to a DataCell, to render it on multiple columns.
When the control is displayed, highlight the item specified by the SelectedIndex or SelectedItem properties.
After the progress bar was stopped, should have a option to remove it from the screen.
As a user of the `DataGrid` control I want to configure a format text for a cell (at cell/column/grid level) to automatically be applied on the content of the cell...