Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » ItemExpand does not work Collapse All
Subject Author Date
Offer Har Feb 18, 2008 - 9:09 AM

Dear Support,

I tried to expand items in a tree using ItemExpand and ItemExpandAll and nothing happens.
This is how I call it:

		ItemExpand(htCategory, TVE_EXPAND, false);
or
		ItemExpandAll(htCategory, TVE_EXPAND, false);

When htCategory was just used to insert items into the tree which worked.
Please check if something is wrong with this function.

Thanks,
Ron.

Offer Har Feb 18, 2008 - 11:11 AM

Sorry about that - my bad... already asked to ignore.

Technical Support Feb 18, 2008 - 11:09 AM

These methods are widely used in the property and report grid controls which are based on the tree grid control and we did not encounter any problems. We believe there must be something that causes these methods not working in your project.

Offer Har Feb 18, 2008 - 9:49 AM

Ignore ;-)
Just my DLL was not copied...