You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
somehow I am not able to use the EditBox in the ListView. The EditBox can switch to the edit mode but when I commit the changes I am getting the following exception and therefore the changes cannot be committed and the focus can be set to other rows in the ListView.
Can you please help me with that issue?
Thank you so much for your help in advance!
Leon
Exception details:
System.Runtime.InteropServices.COMException HResult=0x80040206 Message=There is currently no layout available. Source=PresentationFramework Stack Trace: at System.Windows.Documents.TextStore.GetVisualInfo(PresentationSource& source, IWin32Window& win32Window, ITextView& view) at System.Windows.Documents.TextStore.GetScreenExt(Int32 viewCookie, RECT& rect)
I've extended the demo XAML as follows for you to test:
Hi there,
somehow I am not able to use the EditBox in the ListView. The EditBox can switch to the edit mode but when I commit the changes I am getting the following exception and therefore the changes cannot be committed and the focus can be set to other rows in the ListView.
Can you please help me with that issue?
Thank you so much for your help in advance!
Leon
Exception details:
System.Runtime.InteropServices.COMException HResult=0x80040206 Message=There is currently no layout available. Source=PresentationFramework Stack Trace: at System.Windows.Documents.TextStore.GetVisualInfo(PresentationSource& source, IWin32Window& win32Window, ITextView& view) at System.Windows.Documents.TextStore.GetScreenExt(Int32 viewCookie, RECT& rect)
I've extended the demo XAML as follows for you to test:
`
<Grid.Resources>
<convDemo:BoolToVisibilityConverter x:Key="boolToHiddenVisibilityConverter"
False="Hidden" True="Visible" />
`
The text was updated successfully, but these errors were encountered: