2
votes

I have an Image Widget inside of a ScrolledWindow widget. The image's Show Scrollbars Property is checked, and still, when I launch the application, the scrollbars are not shown.

More info: The image is indeed bigger then the form. ScrolledWindow's scrollbars policy is always.

What can I do?

1
its hard to tell without seeing some of the generated code, I guess this is using MonoDevelop and the stetic gui tool?IanNorton
I've just made a very simple gtk# project and this works for me in 2.12.10 using MD 2.6beta3. What type of widget contains your scrolled window?IanNorton
can you post (some) of the content of the generated c# file for this from the gtk-gui folder?IanNorton
I'll upload the code to pastebin and post here. the scrolled window is contained inside a H-PaneGilad Naaman

1 Answers

0
votes

I don't what happened, I rebuilt the GUI and it worked. I'm afraid to touch it :D.

Thank you to all who tried to help me.