Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1082
Is there a way to put a shadow under the border ?
posted

Dear support,

Is there a way to put a shadow under the border ?

private void ultraGrid1_InitializeLayout(object sender, Infragistics.Win.UltraWinGrid.InitializeLayoutEventArgs e)
        {           
            e.Layout.Override.BorderStyleRow = UIElementBorderStyle.None;
            e.Layout.Override.BorderStyleCell = UIElementBorderStyle.Rounded4Thick;
        }

Thanks in advance - Lello