How to use x:bind in the ItemTemplate WinUI #8924
              
                Unanswered
              
          
                  
                    
                      sudharsan-narayanan
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 1 comment
-
| 
         This is not possible (at the moment). With this article https://learn.microsoft.com/en-us/windows/uwp/xaml-platform/x-bind-markup-extension#property-path-resolution one can find out a way to at least bind to static members of a class, a page in this example. Following sample code:  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In WinUI comboBox ItemTemplate, we can't be able to use x:bind to bind the data from view model please help me,
Find the below code,
`<ComboBox
Beta Was this translation helpful? Give feedback.
All reactions