Questions tagged [borderless]

Refers to a window, box, container or other element that has no borders.

Refers to a window, box, container or other element that has no borders. This might mean that the element is literally without any borders, or in some contexts it might mean that the borders are there, but they are invisible.

138 questions
117
votes
19 answers

How to create standard Borderless buttons (like in the design guideline mentioned)?

I was just checking the design guidelines and wondering about the borderless buttons. I goggled and tried to find in the source but can't bring it together by myself. Is this the normal Button widget but you add a custom (Android default) style? How…
KarlKarlsom
  • 5,868
  • 4
  • 29
  • 36
95
votes
8 answers

How to Create Borderless Buttons in Android

The Android Design Guidelines say to use borderless buttons (see picture below), but don't really explain how. Someone asked this same question a few weeks ago here: How to create standard Borderless buttons (like in the design guidline mentioned)?…
demarcmj
  • 1,213
  • 2
  • 10
  • 11
33
votes
3 answers

Borderless Window Using Areo Snap, Shadow, Minimize Animation, and Shake

I am making a application with a borderless window on Windows. However, since the window is borderless, I have no areo shadow, snap, minimization animation, or shake. I have looked around and found no site that explains how to implement this.…
joshua-anderson
  • 4,458
  • 5
  • 35
  • 56
22
votes
2 answers

remove cells border in a jtable

I have my on custom cell renderer and want to remove the border of the cell. How can i do it? I tried setBorder but it doesn't work. Here is my renderer code: public class MyTableCellRenderer extends DefaultTableCellRenderer { private static…
harshit
  • 7,925
  • 23
  • 70
  • 97
18
votes
8 answers

Move window without border

How do I move a window that does not have a border. There is no empty space on the application, all that is available is a webbrowser and a menustrip. I would like the users to be able to move the window by dragging the menu strip. How do I code…
Sean
  • 8,401
  • 15
  • 40
  • 48
13
votes
3 answers

How to put a shadow to a Frameless window in Qt

I'm trying to create a Frameless window that has a shadow under it.When we create a borderless window with Qt::FramelessWindowHint flag it doesn't contain a shadow. But we can put shadows to a child widgets easy by creating a…
Thusitha
  • 3,393
  • 3
  • 21
  • 33
13
votes
2 answers

Move form without border style

how do I move a borderless form? I tried looking on the internet, but nothing. Thanks a lot.
Giacomo King Patermo
  • 829
  • 3
  • 13
  • 25
11
votes
9 answers

Borderless window application takes up more space than my screen resolution

I have created a borderless application in WPF, and it works pretty good. However, when I set the WindowState to full screen, the application takes up more space than my screen resolution, so there are some pixels outside the screen in all…
code-zoop
  • 7,312
  • 8
  • 47
  • 56
9
votes
0 answers

Flickering when borderless window and desktop dimensions are the same

I'm trying to create a borderless window that fills the screen with an OpenGL viewport. The problem is, when I set the window and viewport to be the same size as the desktop, the window flashes black on losing and gaining focus, on exit, and on…
Matt Eckert
  • 1,946
  • 14
  • 16
9
votes
2 answers

Borderless window in Qt on Windows which supports native features: aero snap, DWM resize and minimization

I'm trying to create a borderless window in Qt on Windows which supports native features: aero snap, DWM resize and minimization, shake, etc. Like Office 2013 or Visual Studio 2012. But they are written in wpf. There are a lot of examples in wpf and…
PKE
  • 161
  • 2
  • 8
8
votes
3 answers

How can I create a borderless application in Python (windows)?

I would like to know how to create an application in Windows that does not have the default border; particularly the title bar with minimize, maximize, and close buttons. I'm thinking of writing a ticker program that takes up a narrow space at the…
user6811
  • 417
  • 1
  • 6
  • 13
8
votes
3 answers

Qt: Resize borderless widget

My question is basically the same as this one, but applied to the Qt C++ framework. I am implementing a popup window by inheriting QWidget with flags Qt::QPopup | Qt::QWindow. I would like this window to be moveable and resizeable, I'm currently…
buck
  • 1,502
  • 1
  • 20
  • 23
8
votes
1 answer

Aero Snap with Borderless Window in Qt

I'm trying to create a Metro-style interface in Qt, which means not using the Windows 7 Aero border. I've already set the window to be borderless and added code to make it draggable and buttons to make it minimize, maximize, and close. However, Aero…
Keavon
  • 6,837
  • 9
  • 51
  • 79
7
votes
1 answer

any way to force borderless apps to show border

I have noticed recent tendency with new windows apps to not have borders. Github Desktop, MS Teams, VS Code. It hurts my brain and eyes to make out edges of the applications every single time. There is literally no borders, no shadows, not a single…
Aleksey
  • 71
  • 4
7
votes
4 answers

How to remove the top bar from a resizable form on Windows 10?

I am trying to remove title-bar of a form while keeping the border to have a resizable form. I set the BorderStyle to bsNone and override the CreateParams procedure: procedure TMainForm.CreateParams(var Params: TCreateParams); begin inherited; …
ReA
  • 73
  • 1
  • 3
1
2 3
9 10