c# - WPF binding expression in combination with Static or StaticResource -


is possible use static or staticresource in wpf binding expression achieve ischecked="{binding myarray[{staticresource myintvalue}].value}" without using converter? thanks

no, not without converter. news converter pretty trivial though!


Comments

Popular posts from this blog

java - MvcUriComponentsBuilder and inccorect binding in Spring MVC -

php - Using grpc in Laravel, "Class 'Grpc\ChannelCredentials' not found." -

c# - LINQ IQueryable returning same rows with skip and take -