WPF PropertyGrid
-
Hello, As there is no
PropertyGrid
control in the WPF, how come that nobody - here, or at CodePlex - has written one yet? ;P FTTB, I added a Windows Forms host to my WPF project - it works fine, but there is a significant impact on performance when compared to native WPF controls. Do I have to write one by myself, or not necessarily?Best regards, BB http://bartoszbien.com
-
Hello, As there is no
PropertyGrid
control in the WPF, how come that nobody - here, or at CodePlex - has written one yet? ;P FTTB, I added a Windows Forms host to my WPF project - it works fine, but there is a significant impact on performance when compared to native WPF controls. Do I have to write one by myself, or not necessarily?Best regards, BB http://bartoszbien.com
WPF is missing tons of basic stuff. THe print dialog was written by utter morons, it sets it's parent to the main form, so if you have a form over the top, you can't interact with the dialog.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
Hello, As there is no
PropertyGrid
control in the WPF, how come that nobody - here, or at CodePlex - has written one yet? ;P FTTB, I added a Windows Forms host to my WPF project - it works fine, but there is a significant impact on performance when compared to native WPF controls. Do I have to write one by myself, or not necessarily?Best regards, BB http://bartoszbien.com
Feel free visiting my blog article: "Your own PropertyGrid control in a couple of hours"[^] Or refer to the following[^] project.
Kind regards, Denis