vote up 0 vote down star
1

listview column issue

flag

73% accept rate
1  
Hello Peter. Select your code and click on the code button (101010). Also - this is too much code for any question, try to cut it down to the relevant bits. Thanks. – Kobi Sep 22 at 11:51
1  
One question : Do you think anyone will ever read all your code ? – Clement Herreman Sep 22 at 11:51
I've reformatted the code sample so that you can see which bit is the actual question. However the sample is too long to be of much use to the question, and too long for StackOverflow, so it is truncated. – Colin Pickard Sep 22 at 11:59
here the listview name is "_listAvailable" and one column name is "Resource Policy" and it is used on code as "_chPolicy"..i need to add one more column like Resource Policy,,the new column name is Name – peter Sep 22 at 12:09
1  
Your team really needs to learn model-view separation. It's very difficult to follow what is supposed to be happening here. – Grammarian Sep 22 at 16:25
show 1 more comment

3 Answers

vote up 2 vote down

Use ListView.Columns.Add()

link|flag
this is the simplest way i already mentioned in my question,,but here in my project they r doing some other way – peter Sep 22 at 12:13
I assume you use this sytem at work, so why don't you just ask the person that designed it ? Did he left ? – Clement Herreman Sep 22 at 12:58
vote up 0 vote down

The line

this._listAvailable = new leaf.Plugins.leafListView();

implies that your control is derived from ListView (in fact, we can't know that for sure, it could be a whole other class with a similar api).
This makes every answer you'll get speculative - it's possible your class behaved differently than a ListView (for example, it might change some methods or properties)

link|flag
exactly i added those code also in our questions ,,but i didnt get anything – peter Sep 22 at 12:55
vote up 0 vote down check

The problem is simple actually everything is coming.the reason why its not coming at runtime we are referring the old DLL not the new DLL ,,,then how should it come,,sorry to disturbing you guys

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.