Top "Grid-layout" questions

Grid layout is used to align content into columns and fields.

How to get X and Y index of element inside GridLayout?

I am studying a java tutorial and saw that the way to find the x/y indexes of a JButton …

java swing awt grid-layout
Heterogeneous GridLayout

I am trying to implement the layout below: I guess GridLayout is suitable for my needs but after 2 hours of …

android android-layout android-widget android-xml grid-layout
How to horizontally center a widget using grid()?

I am using grid() to place widgets in a tkinter window. I am trying to put a label on the …

python tkinter widget grid-layout
"Comparison method violates its general contract!" - TimSort and GridLayout

I made a color palette with a jPanel and a JLabel array in it. At first it worked well, but …

java swing java-7 grid-layout timsort
Trying to have a grid of card with angular material

I have been trying to have a grid of card using angular-material. So I am using the directives md-grid-list and …

angularjs material-design grid-layout angular-material
Change the order of col-*-12 columns in Bootstrap using push/pull

I have two columns of the same size (.col-xs-12) and I would change their place when the screen size correspond …

css twitter-bootstrap twitter-bootstrap-3 responsive-design grid-layout
CSS: display: grid and/or -ms-grid

Is there a way to use both or either display: grid/-ms-grid into one style sheet or do I have …

css internet-explorer grid-layout css-grid
How to remove border around buttons?

I have a JPanel with the GridLayout. In every cell of the grid I have a button. I see that …

java border button grid-layout
Why <div class="clear"></div> used?

I'll adapt my self to what 52framework.com offers. (HTML5, CSS3, JS framework) Despite watching grid tutorial video and inspecting …

html css grid-layout clearfix
How to make a fixed column in CSS using CSS Grid Layout?

I've made a simple site with a #container div that is parent to two divs: #left and #right, by using …

html css grid-layout css-grid