Posts by Diego Flávio • 36 points
3 posts
-
2
votes2
answers3936
viewsA: Font-size: Leave a font 100% DIV size
In this case you just set the height to 100% and exchange the span for a div #papel {width: 150mm;height: 30mm;border:1px solid red;} #papel div{font-size: 16vw;border:1px solid…
-
0
votes3
answers236
viewsA: Compare two querys
Dude, try replacing the line below by placing exists instead of containts: !catequizandosCheked.Exists(x => x.CatequizandoID == p.PessoaID) ? "unchecked" : "checked"…
-
0
votes1
answer309
viewsA: Customization of datagridview in c#
André, What you are wanting to do has no way, because they are different results, this type of grid is not made for this. 1) If you need to display two results at the same time, you will have to…