Hi Guys, I have the following difficulty.I'd like to disappear with this weird little square that sits above the scroolbar. Can you tell me if it's possible? If not, at least I would like to set a background color or leave the borders transparent.Here's a picture of what I'm talking about.
Thank you Chris, it worked perfectly.
Hello Carlos,
The UIElement you are referring to is the RowSplitBoxUIElement. It is used to allow the user to create additional scroll regions with the UltraGrid. You can hide this UIElement by limiting the number of scroll regions to 1. This can by done by setting the grid's DisplayLayout.MaxRowScrollRegion property to 1.
I hope this help. Thanks,
Chris