Dear Forum…I’m attempting to capture the event of column resizing using the BeforeColPosChanged which works just fine if you resize the column, however each of my columns belong to a group which has a header. If you resize the header, which in turn resizes the last column contained within the header, the above event doesn’t fire. What event can I use to ensure that I capture the group-header resized event?Kind Regards,Tim
BeforeGroupPosChanged ... got it!