1
A
回答
3
嘗試:
INT XH = ListView.GetItemRect(的ItemIndex).Height;
相關問題
- 1. 獲取最近在c#中選擇ListViewItem#
- 2. 如何在ItemActivate事件中獲取ListViewItem
- 3. 如何從ListViewItem獲取ListView?
- 4. 如何獲取C#中圖片的高度和寬度
- 5. 如何在Android中獲取高度
- 6. 如何在firefox中獲取iframes高度
- 7. 如何在iPhone sdk,objective-c中獲取UIWebView的內容高度?
- 8. C#獲取BitmapImage高度
- 9. 如何獲取Canvas的寬度/高度?
- 10. 如何在TextBox中使用C#獲取插入光標高度?
- 11. 如何獲取C#中呈現的HTML文檔的高度
- 12. 如何從ListViewItem中獲取數據; WinForms,C#
- 13. 如何獲取C#中itextSharp表格單元格的高度?
- 14. 如何在android中獲取通知欄的高度和寬度?
- 15. 如何在JavaScript中獲取更新的高度和寬度?
- 16. 如何在android中獲取Webview的寬度和高度
- 17. 如何在Android中獲取照片的寬度和高度?
- 18. 如何在Flash中獲取對象的寬度和高度?
- 19. 如何獲取navigationBar的titleView的高度?
- 20. 如何調整UWP Telerik UI的listviewitem容器的高度
- 21. 如何設置imageurl並在C#中動態獲取圖像高度和寬度
- 22. 獲取高度
- 23. 在C中獲取活動窗口座標和高度寬度#
- 24. 如何獲取StackPanel的內容高度?
- 25. PDF如何獲取文本的高度
- 26. 如何獲取ListView項目的高度?
- 27. 如何獲取android通知的高度?
- 28. 如何獲取瀏覽器的高度
- 29. 如何獲取div的內容高度
- 30. 如何在CSS文件中設置高度時獲取div的高度?
你檢查了ListViewItem.Bounds.Height屬性嗎? –
我沒有這樣的屬性...(也許是因爲我使用Visual-Web的GUI) – judian
http://msdn.microsoft.com/en-us/library/system.windows.controls.listviewitem.aspx每個屬性,你需要。 –