SQL Server
Game Technologies
Architecture
Windows Live
Visual FoxPro
Windows Forms
Visual J#
Smart Device
Visual C#
VS Express Editions
Microsoft ISV
VS Team System
Visual C++
Visual Studio
Visual Basic
Software Development Network>> Windows Forms>> How to redefine the client area of a panel?
How to redefine the client area of a panel?
Hot Topic
xml files are not deployed to directory where the application is running
Intellisense, tooltip description.
Binding to tables with a many-many relation
How do you navigate a webbrowser control in another form (c#)?
Change Tab control image
How to add Controls to ListView Control??/
Simple search engine (newbie)
Draw translucent rectangle over top of child controls
unsafe bitmap
Web vs UNC Deployment and Full Trust in Click Once
Windows Forms
Scrollbars and Custom Border Painting
Centering called forms
Permission Issue With Smart Client
How to determine if DataGridView rows are accessible?
Chart/graph controls on form
Terrarium Server Temporary Difficulties
raising event from user control
Tiling children in MDI Parent space
winform flickering problem with Framework 2.0
DataGridView - Invisible Cell Error
How to redefine the client area of a panel?
I have an owner-drawn panel with a border. It would be nice if the client area can be redefined so no child control will overlap the border.
Answer this question
How to redefine the client area of a panel?
mscwd
It's the non-client area is the one you need to adjust.
See this post by Jelle for an example of how to do this in Panel:
http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=172723&SiteID=1
Regards,
-chris
How to redefine the client area of a panel?
Answer this question
How to redefine the client area of a panel?
mscwd
See this post by Jelle for an example of how to do this in Panel:
http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=172723&SiteID=1
Regards,
-chris