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...
window.ShadowType = ShadowType.None;
window.BorderWidth=0;
Thanks for help!
you need to set the FormBorderStyle properties to None.
Sign up using Google
Sign up using Facebook
Sign up using Stack Exchange
By posting your answer, you agree to the privacy policy and terms of service.
tagged
asked
2 years ago
viewed
673 times
active
1 year ago