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
195
To make 3D apperance for column borders in infragistics ultra grid
posted

Hi,

In one of my windows aplicaton I am using an infragistics ultra grid with two bands.I had to implement only column borders for band1 columns.That has been  implemented by using draw filters for the grid.But the we need to have 3D appearence for the borders so that the content between two column borders will be more specific(In a booth).

I have tried with the below code

Dim aCellUIElement As CellUIElement = CType(drawParams.Element, CellUIElement)drawParams.DrawBorders(UIElementBorderStyle.Etched, Border3DSide.Left, Rectangle.Inflate(aCellUIElement.Rect, 0, 1))

Here is a provison to change the borderstyle to Inset,Rounded ......But the appearence is not as expected.

Any help would be appreciated.

Many Thanks,

Jithu 

Parents
No Data
Reply Children
No Data