Top "Margin" questions

The CSS margin properties define the space around elements.

JavaFx GridPane layout how to set margin for an element in row?

I'm using GridPane layout for positioning things in my application. I'm wondering how I can set margin for an element …

javafx margin gridpane
Wrap URL (ignores margin) in BibTeX using pdfLaTeX

I'm using the breakurl package and the hyperref package with pdfLatex and BibTeX to cite a url. The url is …

url latex margin pdflatex bibtex
How to remove the default margin on the content of a TabItem?

I'm using the TabControl class in WPF and I've noticed that the content of each TabItem has a default margin …

wpf tabcontrol margin tabitem
How to offset flex item?

I'm developing a pure flexbox grid framework called flexboxes. I'm looking to implement a way to offset flex items by …

css flexbox margin grid-system
How to remember in CSS that margin is outside the border, and padding inside

I don't edit CSS very often, and almost every time I need to go and google the CSS box model …

css padding margin mnemonics
How do I increase the spacing of the line number margin in vim?

I have a problem with my colorscheme in vim: (source: tinygrab.com) The line numbers are too close to the …

vim margin macvim
CSS margin auto not centering

I have simplified the code as much as possible, but still can't get it to center. I believe my inexperience …

css margin centering
What does margin auto mean?

I checked MDN to see what means to have an auto value for margin property and it says: "auto is …

html css margin
C# using dockstyle and set margin

I'm trying to insert a couple of objects in a new form that I programmatically create; basically I want a …

c# winforms margin padding spacing
How to set margin for Vertical Scrollbar from the right edge in ListView?

For Android Platform: I need to put margin on right side of the vertical scrollbar in listview (it is customized). …

android listview scrollbar margin