Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. How to remove description at the bottom of PropertyGrid

How to remove description at the bottom of PropertyGrid

Scheduled Pinned Locked Moved C#
csstutorial
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    Varad_Rajan
    wrote on last edited by
    #1

    I created a Property Grid and it displays an description at the bottom. Can anyone please let me know hoe to remove it. I tried with Description(null) and descriptionattribute(null) , but still it shows the description Thanks !

    P 1 Reply Last reply
    0
    • V Varad_Rajan

      I created a Property Grid and it displays an description at the bottom. Can anyone please let me know hoe to remove it. I tried with Description(null) and descriptionattribute(null) , but still it shows the description Thanks !

      P Offline
      P Offline
      Pete OHanlon
      wrote on last edited by
      #2

      It's cunningly hidden as a property.

      progressbar.HelpVisible = false;

      Deja View - the feeling that you've seen this post before.

      My blog | My articles

      V 1 Reply Last reply
      0
      • P Pete OHanlon

        It's cunningly hidden as a property.

        progressbar.HelpVisible = false;

        Deja View - the feeling that you've seen this post before.

        My blog | My articles

        V Offline
        V Offline
        Varad_Rajan
        wrote on last edited by
        #3

        Thanks for your Help . It worked. Not Sure Why in .NET they have did the property Like that !

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups