tagged [border]

How to add a border to your Xamarin Form Label?

How to add a border to your Xamarin Form Label? Hello fellow Xamarin Forms users, I already found out that borders on a label are not supported out of the box by Xamarin Froms. So after some searching...

CSS Border Not Working

CSS Border Not Working I've been trying to get a border on either side of [my white container](http://glamourunderground.com). It's just not showing. I've tried to put it in three different elements j...

1 Apr at 10:17

Control the dashed border stroke length and distance between strokes

Control the dashed border stroke length and distance between strokes Is it possible to control the length and distance between dashed border strokes in CSS? This example below displays differently bet...

9 Jul at 11:21

Border in shape XML

Border in shape XML I am trying to make a drawable to use for a button. I would like it to have this coloring, with a 2px border around it. Everything works just fine except I cannot get the border to...

How to remove the border highlight on an input text element

How to remove the border highlight on an input text element When an HTML element is 'focused' (currently selected/tabbed into), many browsers (at least Safari and Chrome) will put a blue border around...

8 Mar at 23:16

How can a border be set around multiple cells in excel using C#

How can a border be set around multiple cells in excel using C# I am working on a project that creates excel files. I am having trouble placing a border on multiple cells to organize the excel file. L...

7 Aug at 22:14

Is there an easy way to add a border to the top and bottom of an Android View?

Is there an easy way to add a border to the top and bottom of an Android View? I have a TextView and I'd like to add a black border along its top and bottom borders. I tried adding `android:drawableTo...

23 Oct at 13:8

When 1 px border is added to div, Div size increases, Don't want to do that

When 1 px border is added to div, Div size increases, Don't want to do that Actually I am adding DIVs with float:left (same size, like icons) to a container-div, so all stacks up one after another, an...

15 Apr at 17:3

C# WPF transparent window with a border

C# WPF transparent window with a border I would like to make a simple application which is transparent but retains the 'normal' borders, close button, minimize and maximize button. I know how to make ...

23 May at 12:26

Bottom borders on WPF Grid

Bottom borders on WPF Grid I'd like to set a bottom border on each row in the grid, but can only find how to put all 4 borders around each cell.. ```

29 Jan at 03:25

apply drop shadow to border-top only?

apply drop shadow to border-top only? How do you apply a drop shadow to a specific border edge? For example, I have the following code: I want a drop shadow (1px 1px 1px #cdcdcd) applied only to borde...

28 Dec at 19:18

Custom button unwanted border when form unselected

Custom button unwanted border when form unselected I'm having a problem with a custom button I have created in c# win forms.. The button appears fine when the form is selected but as soon as I click a...

23 Nov at 21:37

How can I apply a border only inside a table?

How can I apply a border only inside a table? I am trying to figure out how to add border only inside the table. When I do: The border is around the whole table and also between table cells. What I wa...

9 Dec at 14:27

How to format html table with inline styles to look like a rendered Excel table?

How to format html table with inline styles to look like a rendered Excel table? I'm currently stuck setting borders in an html table. (I use inline styles for a better rendering in e-mail-clients) I ...

20 May at 20:13

How do I force a DIV block to extend to the bottom of a page even if it has no content?

How do I force a DIV block to extend to the bottom of a page even if it has no content? In the markup shown below, I'm trying to get the content div to stretch all the way to the bottom of the page bu...

21 Apr at 06:52

How to set border on jPanel?

How to set border on jPanel? My projects constists of two classes, GoBoard extends JPanel. ``` import javax.swing.*; import java.awt.Graphics; import java.io.*; import java.awt.*; import javax.swing.b...

19 Apr at 13:19

UIView bottom border?

UIView bottom border? To a `UIScrollView *toScrollView` (which is the width of the screen), I want to add a gray bottom border (exactly like that of the to-field of the compose view of the iPhone's na...

23 May at 12:34

AdornerLayer goes outside Border if I zoom the picture WPF

AdornerLayer goes outside Border if I zoom the picture WPF I created the logic that crops an image that is contained inside a border that is inside a grid. The grid has many borders, so this grid will...

31 Dec at 00:35

DynamicResource color doesn't work for BorderBrush on a Border - Bug?

DynamicResource color doesn't work for BorderBrush on a Border - Bug? Visual Studio 2010 | .NET/WPF 4.0 I think this might be a WPF bug, but I can't seem to find a bug report about it. To cover the po...

23 May at 11:45

In C# Winforms is there a way to put dotted border around all controls and show grip points upon selection of specific controls at runtime?

In C# Winforms is there a way to put dotted border around all controls and show grip points upon selection of specific controls at runtime? I work in a team working on a IDE similar to Visual Studio t...

Borderless and Resizable Form (C#)

Borderless and Resizable Form (C#) I found some code online and copied it, so far I have been able to get everything right except for one thing which is I want to make the form (window) completely bor...

3 Jul at 05:53