Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 118915
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T03:34:13+00:00 2026-05-11T03:34:13+00:00

I have a borderless and transparent window in WPF, with some fancy decoration at

  • 0

I have a borderless and transparent window in WPF, with some fancy decoration at the bottom. There’s a custom footer with some non conventional curves and what not showing the company logo. This window needs to be resizable with a grip in the bottom right corner like conventional windows.

Anyways, I have put my own ResizeGrip in a place that is actually on the footer, however the default grip still shows up and it’s floating in space due to the invisible window.

How do I hide the default ResizeGrip?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T03:34:13+00:00Added an answer on May 11, 2026 at 3:34 am

    The appearance of a resize grip is controlled via the ResizeMode dependency property on the Window.

    If this is set to CanResizeWithGrip:

    <Window x:Class='WpfApplication1.Window1'         xmlns='http://schemas.microsoft.com/winfx/2006/xaml/presentation'         xmlns:x='http://schemas.microsoft.com/winfx/2006/xaml'         Title='Window1' Height='50' Width='150'          WindowStyle='None' AllowsTransparency='True' Background='#19FFFFFF'         ResizeMode='CanResizeWithGrip'>     <Grid></Grid> </Window> 

    The Window will look like this:

    With Grip

    If it is set to CanResize (the default):

    <Window x:Class='WpfApplication1.Window1'         xmlns='http://schemas.microsoft.com/winfx/2006/xaml/presentation'         xmlns:x='http://schemas.microsoft.com/winfx/2006/xaml'         Title='Window1' Height='50' Width='150'          WindowStyle='None' AllowsTransparency='True' Background='#19FFFFFF'         ResizeMode='CanResize'>     <Grid></Grid> </Window> 

    The Window will look as follows:

    Can Resize

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a WPF application (.NET Framework 4) with a custom window-border. I've disabled
I have a UserControl in WPF. I also have a Borderless window. To move
I have overloaded NSWindow and have created a custom window of my own (Borderless
I have a borderless WPF window (WindowStyle=None) that can be moved by catching LeftMouseDown
I have a borderless Windows Forms application. The main window creates other forms (simple
I have a custom windows implementation in a WPF app that hooks WM_GETMINMAXINFO as
I'd like to create a custom window using WPF that doesn't look like the
I have a C# WinForms borderless window, for which I override WndProc and handle
I want to have Borderless window similar to image I have attached; how can
I have an NSBorderlessWindow subclass of NSWindow with a transparent and non-opaque background (so

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.