This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hi, my company had purchased the full version property grid recently and when i declare an object with enum values and set the selected object of the property grid to that object, I do see the enum field. However, the toggle button for the drop down menu does not appear until I user the mouse scroller in that drop down editor. How can i make it so that the toggle button always appears. |
|
|
Can I check I have understood the problem correctly? You have an object with a property of enum type, e.g. public class Widget And you are seeing a row in the grid for this property, but it is not displaying the "drop down" button. Is that correct? And the drop down button appears when you click or use the mouse wheel in the editing cell? If so, can you send a repro case please? This is working in our test environment. If you could provide a small sample project (you can attach zip files via the Options tab) and a description of the steps to reproduce the problem then I will take a look at it. Thanks! |
|
|
Hi, It is exactly what i was doing. But I found out something new while I was testing it. When I make a object with only one property, say something like this: public enum HondaMake public HondaMake hondamodel; If that is the ONLY thing in that class, no other properties, then it does not show the toggle button unless u scroll using the mouse scroller. However, when I have more then one property, it works fine. Thanks for the help but this is a simple problem and does not really need a lot of attention. |
|