Top "Grid" questions

NOT FOR CSS GRID LAYOUT.

Spacing between child controls in WPF Grid

I have a set of Key/Value pairs I want to display on a WPF Window. I'm using a grid …

wpf layout grid
How to populate a WPF grid based on a 2-dimensional array

I have a 2-dimensional array of objects and I basically want to databind each one to a cell in a …

.net wpf data-binding templates grid
wpf gridlines - changing style

Is there any way to change the style of gridlines in wpf grid? I need to divide grid into 4 cells. …

wpf grid gridlines
Reloading data from a store in ExtJS 4

I have a store: var store = new Ext.data.store({ autoLoad: true, autoSync: true, model: 'myModel', proxy: { type: 'rest', url: …

extjs grid refresh store reload
What's the meaning of * (asterisk) in XAML ColumnDefinition?

What is the meaning of * (asterisk) in the XAML below? <ColumnDefinition Width="0.07*"/> <Grid Height="100" HorizontalAlignment="Left" Margin="102,134,0,0" …

wpf xaml xamarin layout grid
How to specify the size of a graph in ggplot2 independent of axis labels

Say I have a data frame and want to make a plot df <- melt(iris) p <- …

r ggplot2 grid dimensions
What does RowDefinition Height="10*" mean in a XAML Grid?

I use Height="*" a bit to mean that the height of the last row should fill to the bottom of …

wpf xaml grid
Why are ActualWidth and ActualHeight 0.0 in this case?

I have a Grid inside a Canvas defined like this: <Canvas x:Name="outerCanvas"> <Grid Grid.Row="1" …

wpf xaml grid actualwidth actualheight
Data Grid for Angular 2

What data grid should be used for an Angular 2 project if performance is a concern? I have been using ng-table …

angular grid ngtable
Bootstrap 4 row fill remaining height

I'm struggling to make the a row stretch to fill the rest of the available height. I tried adding h-100 …

html css grid bootstrap-4 row