I created a drived Datagrid control, and i'm trying to prevent the scrollbars from ever showing.

Just adding "mybase.vertscrollbar.hide" or .visible = false does not help.

i also tried to add a handler for the visiblechanged event of the scrollbars - but then the rectangle of the area of the scrollbars is not refreshed (that means the scrollbars don't show, but the data underneeth them don't show too. i even tried to "invalidate" those rectangles - but with no success.

HELP!