[MonoDevelop] Can't resize custom entry in HBox

Iliya Iliev celyo at mail.bg
Wed Jan 12 11:45:54 EST 2011


Hi,
I have a class delivered by Entry class:

     [System.ComponentModel.ToolboxItem(true)]
     public class CSBaseEntry : Entry
     {
         public CSBaseEntry ()
         {
         }
     }

and this is all code in my class.

The problem is:  When I put an instance of my class in HBox (by Stetic 
GUI designer) with PackStart, after that put some button with PackEnd 
and after that when I resize window then my component didn't resize by 
stay in original size. When I do exactly the same thing using Entry 
class all works fine.

Any ideas?

-- 
Best regards,
Iliya Iliev



More information about the Monodevelop-list mailing list