Alexandru Iuga
Alexandru Iuga
As a developer using the `DataGrid` I want to provide a custom text to be displayed in the body of the `DataGrid` when it does not have any data (content...
As a developer using the `HorizontalLine` control I want to be able to provide a margin parameter when using the `QuickDisplay` approach so that I am able to write more...
As a developer using a `Control` I want to be able to render the control to any `IDisplay` instance so that I have grater flexibility in using these controls.
As a developer using the `ProgressBar` I want to have a static method that displays a progress bar while executing the provided delegate so that he code is more compact.
As a developer using the `DataGrid` control I want to be able to add borders between specific rows so that I can visually separate sections of the grid.
As a user of the `DataGrid`, I want to be able to specify a `RowSpan` value for a cell so that it spans across multiple rows.
As a user of the `DataGrid` I want to be able to provide the alignment for the column's cells as parameter to the `Add` method, when creating a new column...
As a developer using the `DataGrid` I want to be able to add a `Control` object in a cell so that I can add complex content.
As a developer using the DataGrid I want to be able to add top and bottom padding to each cell so that I have better control of the displayed data.
As a user of the `DataGrid`, I want to be able to specify a `ColumnSpan` for a cell so that it spans across multiple columns.