How I can remove the frame (or the border if it is...) of a GtkScrolledWindow (gtk#)?
Use of window.ShadowType = ShadowType.None;
don't work, window.BorderWidth=0;
don't work...
Thanks for help!
How I can remove the frame (or the border if it is...) of a GtkScrolledWindow (gtk#)?
Use of window.ShadowType = ShadowType.None;
don't work, window.BorderWidth=0;
don't work...
Thanks for help!