Quantcast
Viewing all articles
Browse latest Browse all 12583

VS2013 C# Winforms Property Grid not resizing correctly

I'm getting strange behavior using the Winforms PropertyGrid Control. It's not displaying correctly when I attempt to resize the description box. Here's a pic

Image may be NSFW.
Clik here to view.

The splitter bar moves as expected when you move the mouse, it's just 3 or four inches away from the mouse pointer. when you let up on the mouse, it's using the current location of the mouse as the place to resize the box to.

If anyone has any thoughts on how to correct this, I'd be grateful.

Thanks in advance,

-james

My Code: Create a winforms app, drop the Propertygrid onto the form rename it pGrid and added this to the form load:

        private void frmSettings_Load(object sender, EventArgs e)
        {
            pGrid.SelectedObject = MyGlobalSettingsObject;

        }

MyGlobalSettingsObject is a class with properties, that's it.

The development environment is as follows:

(Please note this is the Microsoft PropertyGrid, not DevExpress. DevExpress isn't loaded in this solution.)

Visual Studio:

Microsoft Visual Studio Professional 2013
Version 12.0.21005.1 REL
Microsoft .NET Framework
Version 4.5.51641

Installed Version: Professional

Visual C# 2013   06177-004-0444002-02983
Microsoft Visual C# 2013

Visual Studio 2013 Code Analysis Spell Checker   06177-004-0444002-02983
Microsoft® Visual Studio® 2013 Code Analysis Spell Checker

Portions of International CorrectSpell™ spelling correction system © 1993 by Lernout & Hauspie Speech Products N.V. All rights reserved.

The American Heritage® Dictionary of the English Language, Third Edition Copyright © 1992 Houghton Mifflin Company. Electronic version licensed from Lernout & Hauspie Speech Products N.V. All rights reserved.

Windows Phone SDK 8.0 - ENU   06177-004-0444002-02983
Windows Phone SDK 8.0 - ENU

AnkhSVN - Subversion Support for Visual Studio   2.5.12266.473
AnkhSVN - Subversion Support for Visual Studio 2.5.12266.473
 * Ankh.Package 2.5.12266.473
 * Subversion 1.8.4 via SharpSvn 1.8004.2605.15365

SharpSvn is linked to: Apr 1.4.8, Apr-util 1.5.2, Cyrus Sasl 2.1.23, OpenSSL 1.0.1e 11 Feb 2013, serf 1.3.2, SQLite 3.7.17, Subversion 1.8.4-SharpSvn-1.8.4, ZLib 1.2.8
SharpSvn is optionally linked to: Berkeley DB 4.4.20, SharpPlink 1.8004.2605.15365

ASP.NET Web Frameworks and Tools 2012.2   4.1.21001.0
For additional information, visit http://go.microsoft.com/fwlink/?LinkID=309563

ASP.NET Web Frameworks and Tools 2013   5.0.11001.0
For additional information, visit http://www.asp.net/

BusinessObjectEditor   1.0
Information about my package

CodeRush for Visual Studio   13.1

Color Theme Designer   1.0
Designer for creating new color themes

Common Azure Tools   1.0
Provides common services for use by Azure Mobile Services and Windows Azure Tools.

CreateLayoutWizardPkg   1.0
Create layout wizard.

Devart dotConnect for MySQL   8.1.26.0
Devart dotConnect for MySQL
Copyright 2002 - 2013 Devart. All rights reserved.
Web: www.devart.com/dotconnect/mysql
Support: support@devart.com

Devart Entity Developer   5.7.222.0
Devart Entity Developer
Copyright © 2008-2013 Devart. All rights reserved.
Web: www.devart.com/entitydeveloper
Support: support@devart.com

DevExpress.ExpressApp.DesignPackage   1.0
DevExpress VSIX Package

DXCore for Visual Studio   13.1
DXCore for Visual Studio

Microsoft Advertising SDK for Windows Phone  
Microsoft Advertising SDK for Windows Phone
Build

Microsoft Web Developer Tools 2013   2.0.40926.0
Microsoft Web Developer Tools contains the following components:
Support for creating and opening ASP.NET web projects
Browser Link: A communication channel between Visual Studio and browsers
Editor extensions for HTML, CSS, and JavaScript
Page Inspector: Inspection tool for ASP.NET web projects
Scaffolding: A framework for building and running code generators
Server Explorer extensions for Windows Azure Web Sites
Web publishing: Extensions for publishing ASP.NET web projects to hosting providers, on-premises servers, or Windows Azure

NuGet Package Manager   2.7.41101.371
NuGet Package Manager in Visual Studio. For more information about NuGet, visit http://docs.nuget.org/.

PreEmptive Analytics Visualizer   1.2
Microsoft Visual Studio extension to visualize aggregated summaries from the PreEmptive Analytics product.

SlowCheetah - XML config transforms    1.0
This package enables you to transform your app.config or any other XML file based on the build configuration. It also adds additional tooling to help you create XML transforms.

SQL Server Compact Toolbox   3.6
SQL Server Compact Toolbox adds scripting, import, export, rename, query execution and much more to SQL Server Compact Data Connections.

SQL Server Data Tools   12.0.30919.1
Microsoft SQL Server Data Tools

Windows Azure Mobile Services Tools   1.0
Windows Azure Mobile Services Tools

Workflow Manager Tools 1.0   1.0
This package contains the necessary Visual Studio integration components for Workflow Manager.

XtraReports package   1.0
XtraReports package


Viewing all articles
Browse latest Browse all 12583

Trending Articles