Top "Grid-layout" questions

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

Android, Horizontal and Vertical Scroll for GridLayout

I'm having trouble getting a GridLayout to scroll horizontally. I found a similar question Gridlayout + ScrollView. I tried that method, …

android scrollview grid-layout
Bootstrap 3 and .col-xs-* -- Do you not need rows of 12 units?

I'm a little confused by the Bootstrap 3 documentation and thus usage of the .col-xs-* classes. The docs for Grid Options …

css twitter-bootstrap-3 grid-layout
Changing width of GridLayout

I use the GridLayout for my JPanel and was wondering, if it's possible to change the width of the columns: …

java swing layout grid-layout
Top navbar overlaps with main content

I'm converting my landing page from Bootstrap to Semantic-UI. The page has a position fixed top navbar. The main content …

html css grid-layout semantic-ui
Generate table with rowspan using Angular 2

I have a data structure like this: [ "category1": { "name": "Cat 1", "competences": [{ "name": "Comp 1", "users": [{ "name": "user1", "level": 99, }, { "name": "user2", "level": 99, },… { "…

angular grid-layout
Tkinter grid fill empty space

I did search for a lot of examples before posting but still can't properly use the tkinter grid. What I …

python tkinter grid-layout
CSS grid where one column shrinks to fit content, the other fills the remaning space

I need to create a horizontal layout where one block takes all available space and the other ones shrink to …

html css layout html-table grid-layout
Qt Designer - How to get a widget to span columns?

I created a simple form. I added a PushButton in the bottom right, and then a TabWidget above that. I …

qt4 qt-creator grid-layout
Horizontally center Views inside Android GridLayout

We are writing an app targeting ICS+ and believe a GridLayout is the best layout paradigm, but it seems very …

android alignment android-4.0-ice-cream-sandwich grid-layout xml-layout
GridLayout vs TableLayout

I'm unsure as to what the differences between the two of them are and which I should use for my …

android tablelayout grid-layout