[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Styled problem


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

References:
Styled problemFabien Bodard <gambas.fr@xxxxxxxxx>
Re: Styled problemBruce Steers <bsteers4@xxxxxxxxx>