Skip to main content

Questions tagged [grid]

NOT FOR CSS GRID LAYOUT. Instead use [css-grid]. This tag is ambiguous, please don't use it. For row-column layouts, use [grid-layout]. For the HPC setup, use [grid-computing]. For the R plotting package, use [r-grid]. For multi-dimensional data, use [matrix] or [array] or [raster]. For WPF-Grid control, use [wpfgrid]

0 votes
0 answers
5 views

How to label grid cells in Arcgis Pro?

I was using ArcMap and now switched to ArcGis Pro. I had a shapefile of an area with an overlayed numbered grid. The grid cells were numbered starting from 1. After I input the layer in ArcGISPro, the ...
Sraman Dasgupta's user avatar
1 vote
1 answer
43 views

TKinter Grid Pattern

I like to have all buttons on the right, spreade on a grid pattern, but no matter how .grid method I'm using, all of them keep steady in the middle of some widget frames. What I should change? I have ...
adamssson's user avatar
0 votes
1 answer
17 views

How to color a subset of nodes on a lattice using networkX

I would like to color some of the nodes in my graph using NetworkX Hello, I am using NetworkX to generate a grid of nodes as follows import networkx as nx s = 10 G = nx.grid_graph(dim=[s,s]) nodes = ...
Jeffrey Jao's user avatar
-1 votes
0 answers
33 views

Vaadin Grid filter didn’t work when dataview is updated

Following the Grid Filtering example, I made a Grid where it loads the data and filters correctly, however when I update the list and the data in the Grid, the filters stop working, does anyone know ...
Jevivre xavie's user avatar
0 votes
0 answers
12 views

How to select all rows of a lazy grid programmatically?

I am using vaadin flow grid with multiple selection mode, I have added a dataprovider to this grid. I want to select all rows on a button click. Rows are being selected but UI is not being refreshed ...
Mahesh solanki's user avatar
-2 votes
0 answers
18 views

Angular grid running issue specifically for my mac intel

Why red line is coming in template of angular grid I want this grid to be printed in my server but it is not happening I have listed all important libraries but still I am using mac os intel in my ...
AYUSH JAIN's user avatar
0 votes
0 answers
10 views

Loop grid height - i cant aliagnt button and text above image are

I have tried everything for a week now. But I can't get all the heights in my loop grid to be the same. I think I should do something with CSS but I don't know any programming language. I tried for ...
memo08's user avatar
  • 9
0 votes
2 answers
37 views

Grid layout jumping around

I have a Grid that is set up into 12x12 elements, using 12 rows and 12 columns, each row/column using a Width/Height of "*" so everything is evenly spaced. I then have controls that I put ...
wforl's user avatar
  • 869
0 votes
0 answers
24 views

CSS grids not playing nice with overflow? [duplicate]

This is a very similar issue to my previous question. I learned a whole lot from that, but it doesn't seem to work in this particular situation, of which I've created a simplified mock-up here: ...
Ed M's user avatar
  • 3
0 votes
1 answer
38 views

Is it possible to replicate classic table spacing using CSS Grid?

I have a table with two columns, and multiple rows. One of the columns typically has more content than the other. I would like to replicate the behavior of an old fashioned table, where free space is ...
Paul's user avatar
  • 106
-1 votes
1 answer
26 views

col-span with style not working in tailwind css

I have 9 buttons with grid layout of grid-cols-2 so the last one remaining button will be left out as 1. I want that button to take the span of col 2 in tailwind Code for .btn : @tailwind base; @...
Vicky X's user avatar
1 vote
1 answer
25 views

Make two w3-rows to fit into a specific 80vh in any resolution

I use the grid from w3-css. My layout has two columns. In total they shall be 80vh in height. My first column has two rows which are separated by a margin of 16px. Problem: The lower row has a minimal ...
Blueberry Cake's user avatar
1 vote
1 answer
34 views

how to change the item placement orientation in LazyHorizontalStaggeredGrid? can we specify the row and column where item needs to be placed?

I am using LazyHorizontalStaggeredGrid to show a list where items have been placed with different width and same height. I achieved it using below mentioned code. BY default items placed row by row, e....
Namita Surana's user avatar
-1 votes
2 answers
58 views

My Image and nav bar looks good on laptop but on mobile is way too long. I have spent 3 days trying to tinker but no joy

I have an image as my icon and my navigation links running after it as a header. I would like this "nav bar" to match up with width of the rest of my content on mobile. On laptop looks ...
HowdyDudey's user avatar
0 votes
0 answers
34 views

Dynamic Image grid SwiftUI

I'm trying to create a dynamic grid view layout that mimics the functionality of Apple's Journal app, with images in the grid resizing themselves based on the available space within the container. I'...
M.Lamvohee's user avatar

15 30 50 per page
1
2 3 4 5
800