Re: stupid questions re: DatagridView
- From: "Bill Nguyen" <billn_nospam_please@xxxxxxxx>
- Date: Thu, 8 Jun 2006 17:34:59 -0700
Scott;
I can't even see the title bar of the DGV! Your syntax only change the name
at runtime, I think.
Thanks
Bill
"Scott Collier" <nospamplease@xxxxxxxxxxxx> wrote in message
news:448863bd$1@xxxxxxxxxxxxxxxxxxx
DGV.Name ="whatever"
where DGV is your DataGridView
Regards
Scott
"Bill Nguyen" <billn_nospam_please@xxxxxxxx> wrote in message
news:OAvRjsxiGHA.1272@xxxxxxxxxxxxxxxxxxxxxxx
Hello;
I'm talking about DatagridView, not Datagrid. Those properties not found
in DatagridView.
Thanks for your help anyway :-)
Bill
"IdleBrain" <indianmostwanted@xxxxxxxxx> wrote in message
news:1149784424.289262.113570@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hello:
1. Where to put the header/banner/caption text for a Datagridview? I
want to
label the DGV "my 2nd DGV"
urDatagrid. CaptionText = "my 2nd DGV"
2. How do I set alternate row background color? I want light gray and
yellow-green alternately.
urDatagrid.AlternatingBackColor = System.Drawing.Color.LightGray
urDatagrid.BackColor = System.Drawing.Color.YellowGreen
Hope it helps.
.
- References:
- stupid questions re: DatagridView
- From: Bill Nguyen
- Re: stupid questions re: DatagridView
- From: IdleBrain
- Re: stupid questions re: DatagridView
- From: Bill Nguyen
- Re: stupid questions re: DatagridView
- From: Scott Collier
- stupid questions re: DatagridView
- Prev by Date: RE: ExecuteNonQuery Wierdness
- Next by Date: Re: ExecuteNonQuery Wierdness
- Previous by thread: Re: stupid questions re: DatagridView
- Next by thread: Re: stupid questions re: DatagridView
- Index(es):
Relevant Pages
|
Loading