Click here to Skip to main content
15,892,697 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
how can i increase the width mshflexgrid column
Posted
Comments
Ed Nutting 22-Feb-12 15:03pm    
Tried anything yourself? Actually got a problem? Or is the answer that you can't use Google...? No-one is going to answer a demand like this especially if you haven't bothered explaning what your trying to do properly. For instance what Control are you using that has columns - how do you expect anyone to answer when you could be using (for example) a ListView or a DataGridView which are totally different! - We're not psychic you know (nor are we paid...)

1 solution

Try with this

VB
With Me.MSFlexGrid1
  .FormatString = "Srno |Name             |Age   "
End With
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900