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
M

Milind Bhadane

@Milind Bhadane
About
Posts
2
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to Increse Width of Vertical Scroll Bar in Visual Studio 2005 .NET DataGridView ?
    M Milind Bhadane

    Hello Sir / Madam, I can increse the width of Datagrid Vertical Scrollbar in VS.NET 2003. But in VS.NET 2005, I want to use DataGridView and it does not support the same code of .NET 2003. Code of VS.NET 2003 is as follows:

    If DataGrid.Controls(1).Width < 28 Then
    DataGrid.Controls(1).Width = 30
    End If

    Looking forward to your reply. Thanking You.

    - Milind Bhadane. Sr. Software Developer.

    Visual Studio csharp visual-studio tutorial question

  • How to Increse width of Vertical ScrollBar
    M Milind Bhadane

    Hello Vinay, I am having the same problem. I can increse the width of Datagrid Vertical Scrollbar in VS.NET 2003. But now in VS.NET 2005, I want to use DataGridView and it does not support the same code of .NET 2003. Code of .NET 2003 is as follows: If grd.Controls(1).Width < 28 Then grd.Controls(1).Width = 30 End If Also, in the code provided by you, You used "Inherits DataGrid" not DataGridview. So, I just wanted to know that will it work for Datagridview. Looking forward to your reply. Thanking You.

    - Milind Bhadane. Sr. Software Developer.

    Visual Studio csharp visual-studio tutorial question
  • Login

  • Don't have an account? Register

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