Alexandru Iuga

Results 31 issues of 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...

size: 3

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...

size: 1

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.

size: 8

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.

size: 2

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.

size: 5

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.

size: 8

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...

size: 1

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.

size: 5

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.

size: 2

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.