[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Styled problem
[Thread Prev] | [Thread Next]
- Subject: Re: Styled problem
- From: Fabien Bodard <gambas.fr@xxxxxxxxx>
- Date: Wed, 3 Sep 2025 23:45:15 +0200
- To: user@xxxxxxxxxxxxxxxxxxxxxx
Le mer. 3 sept. 2025 à 23:03, Bruce Steers <bsteers4@xxxxxxxxx> a écrit : > Hmm, Sorry Fabien I did not read carefully enough. > > Maybe you want Border.LeftWidth ? > > Dim iCellX As Integer = GridView1[GridView1.Row, 0].X > If GridView1[GridView1.Row, 0].Border Then iCellX += > GridView1[GridView1.Row, 0].Border.LeftWidth > > Respects > BruceS > no I don't think... I need a way to get this value :/... benoit ? > > On Wed, 3 Sept 2025 at 16:04, Fabien Bodard <gambas.fr@xxxxxxxxx> wrote: > >> In the case of styled mode border >> >> the gridview Cell.X is moved on the left ... How can I know the value to >> compensate this misalignment dynamiquely >> >> -- >> Fabien Bodard >> > -- Fabien Bodard
Styled problem | Fabien Bodard <gambas.fr@xxxxxxxxx> |
Re: Styled problem | Bruce Steers <bsteers4@xxxxxxxxx> |