Hi folks,
how can i get the actual width of the FixedLeftColumns ?
Thanks in advance
gdo
Hello,
Did Steve answer your question on this? Do you have any other questions related to this topic?
Hi Darell,
i'm using an overwritten IGGridView class under Xamarin and managed this problem in the meantime by a classmember
actualized by an overwritten IGGridViewDelegate and
public override void ResizeFixedLeftColumn(IGGridView gridView, nint index, IGColumnWidth newWidth)
Thanks and best regards