问题
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!
回答1:
Set the FormBorderStyle
property of your Form
to None.
来源:https://stackoverflow.com/questions/4927416/how-to-remove-frame-or-border-form-a-gtkscrolledwindow