We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ListViewのアイテムとして使用したところ、スクロールするとD2dControlの中でNullReferenceExceptionが発生しました。
D2dControl.dll!D2dControl.D2dControl.CreateAndBindTargets() 不明 D2dControl.dll!D2dControl.D2dControl.OnRenderSizeChanged(System.Windows.SizeChangedInfo sizeInfo) 不明 PresentationCore.dll!System.Windows.ContextLayoutManager.fireSizeChangedEvents() 不明 PresentationCore.dll!System.Windows.ContextLayoutManager.UpdateLayout() 不明 PresentationCore.dll!System.Windows.UIElement.UpdateLayout() 不明 PresentationFramework.dll!System.Windows.Controls.VirtualizingStackPanel.InitializeViewport.AnonymousMethod__0() 不明
ListViewのVirtualizingPanel.VirtualizationMode="Recycling"を削除すると例外は出なくなりました。
<packages> <package id="D2dControl" version="1.1.6.0" targetFramework="net452" /> <package id="SharpDX" version="3.0.0" targetFramework="net452" /> <package id="SharpDX.Direct2D1" version="3.0.0" targetFramework="net452" /> <package id="SharpDX.Direct3D11" version="3.0.0" targetFramework="net452" /> <package id="SharpDX.Direct3D9" version="3.0.0" targetFramework="net452" /> <package id="SharpDX.DXGI" version="3.0.0" targetFramework="net452" /> </packages>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ListViewのアイテムとして使用したところ、スクロールするとD2dControlの中でNullReferenceExceptionが発生しました。
https://gist.github.com/rakka74/759019690cc4936be88f606fa02733b0
ListViewのVirtualizingPanel.VirtualizationMode="Recycling"を削除すると例外は出なくなりました。
The text was updated successfully, but these errors were encountered: