Questions tagged as 'grid'

2
answers

OrderBy lambda keeps changing with every search

I have a lambda search, which refers to information in a grid, but with each different query it changes the place information: Indicadores = (Pegatodos().Where(f => f.STATUS == "A") .Select(x => new { S...
asked by 31.07.2014 / 19:24
1
answer

Use of classes in the Materialize grid

While reading the documentation for materialize I saw that to create a grid responsive they use the following classes at a given moment: <div class="col s2 m4 l3"> and later to complete the creation of the grid use anot...
asked by 12.05.2017 / 22:59
2
answers

Centralizing #Menu #Nav on page with circular shapes?

ThisistheHtmlforthissection:home#home.scrollbrbr.container.rowa.scrollhref="#oquee" .cir O que é a.scroll href="#local" .cir Local a.scroll href="#convidado" .cir Convidado a.scroll href="#contato"...
asked by 06.04.2015 / 19:49
1
answer

Grid System BootStrap

I'm setting up this grid Bootstrap, but in the last row , it looks like the grid margin is misaligned. Is my semantics wrong? <divclass="container"> <div class="row"> <div class="col-xs-4"> <i...
asked by 20.02.2015 / 12:39
1
answer

Responsive menu with grid layout

I'm learning grid and responsive layout and I do not know the best way I could create a "hamburger menu" with it. So far I've managed to make my content wrapper move to the left and leave a space for the menu, but I do not know how to put the...
asked by 04.01.2018 / 18:06
1
answer

Hide content and change size of other

What I intend and the following is that when hiding the div from id="content1" the other div increases to col-lg-12 what I have is the following code: <div class="row"> <div class="col-lg-6" id="content"> &...
asked by 31.10.2017 / 23:59
1
answer

Display Hint on a disabled GRID

Good afternoon, I have a delphi application that has a grid with two columns, the first column being the "question" and the second column being the "answer". This grid has 8 lines and each line has a hint, that is, when I position the mouse o...
asked by 30.05.2017 / 22:00
1
answer

Best way to develop a grid with flexbox?

I have doubts with display:flex , thinking of a grid system like container , row and column . For example, would the container have the display:flex property? And how to organize row and column ?...
asked by 23.11.2016 / 14:33
1
answer

Show DBF values above MapWinGis + Delphi points

I have the following code to open a .shp file and to plot it in a MapWinGis Map1 component. procedure TForm1.Button1Click(Sender: TObject); var shp: Shapefile; HandleLayer: integer; begin shp:= CoShapefile.Create; shp.Open ('C:\Us...
asked by 01.06.2016 / 21:44
1
answer

SASS SCSS - Problems with rounding.

I'm having the following problem: developing a Grid system with SCSS, I got the problem of rounding off the percentages that define the size of each column. I would like to know if anyone has the solution for rounding variables, as it breaks the...
asked by 17.03.2016 / 20:46