3

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!

gidanmx2
  • 469
  • 1
  • 9
  • 24
  • You might be able to do this by setting a style property - http://stackoverflow.com/questions/2846390/remove-border-of-a-gtk-button – IanNorton May 21 '11 at 09:49

1 Answers1

3

Set the FormBorderStyle property of your Form to None.

Chad
  • 1,531
  • 3
  • 20
  • 46
Daniel
  • 3,322
  • 5
  • 30
  • 40