'To show the pins on the columns Me.UltraGrid1.DisplayLayout.UseFixedHeaders = True 'Pins column1 to the Right Me.UltraGrid1.DisplayLayout.Bands(0).Columns(1).Header.FixOnRight = DefaultableBoolean.[True] ' Fix all the columns to the right Me.UltraGrid1. DisplayLayout.Override.FixHeadersOnRight =DefaultableBoolean.[True]