.net 4.0 - Intellisense supported TextBox in WPf -
i started wpf 4.0. have textbox shall enter linq expressions. want enable intellisense support in texteditor. bringing popup has list of items. have anyother way in wpf.
thanks.
no, none of built-in controls provide intellisense functionality. it's feature provided code editors, , doubt microsoft intends re-implement visual studio.
you'll have write yourself. see here sample: intellisense-like method selection pop-up window
a commercial control package option. example: actipro's wpf syntaxeditor
Comments
Post a Comment