Target is iX on A12, WinCE
I added the listview control via the "Add Additional Controls" in the "Objects" menu group.
I added listView1_DrawItem event, Intellisense sees System.Windows.Forms.DrawListViewItemEventArgs.
But the compiler doesn't. How to fix this?
are you missing an assembly reference?
are you missing an assembly reference?
- Attachments
-
- pic.jpg (571.3 KiB) Viewed 6784 times
Re: are you missing an assembly reference?
I have the same issue on a T7E. I have a ListView and want to get the item infomration out of the row uplon selctionitem changed event.
I can code it with intellisense, but the compiler is throwing out the system event args issue.
Any ideas? Or did the original poster solve the problem for us to share?
I can code it with intellisense, but the compiler is throwing out the system event args issue.
Any ideas? Or did the original poster solve the problem for us to share?