| |
SharpGrid Support
Started by pryan at 03-18-2009 2:46 PM. Topic has 5 replies.
 
 
 
|
|
Sort Posts:
|
|
|
|
03-18-2009, 2:46 PM
|
pryan
Joined on 10-21-2004
Posts 4
|
|
|
I cannot seem to get the + / - icons to change. I really want to have them vertically aligned in the middle. But if I can't do that I want to get rid of them. I have changed the row height of the groupheader rows, so my text is aligned in the middle but this icon is at the top!!!
|
|
|
|
|
Report
|
|
|
|
03-19-2009, 3:16 AM
|
Andrey - DD
Joined on 08-01-2007
Russia, Novosibirsk
Posts 671

|
|
|
|
|
|
08-31-2009, 9:08 AM
|
pryan
Joined on 10-21-2004
Posts 4
|
|
|
Thanks. However, I do not get the OutlineIcons as a property of the Grid???
|
|
|
|
|
Report
|
|
|
|
08-31-2009, 10:44 PM
|
Andrey - DD
Joined on 08-01-2007
Russia, Novosibirsk
Posts 671

|
|
|
pryan,You can set OutlineIcons property like this:
SGGrid1.OutlineIcons = sgCustomOutlineIcons
After this you can set groups expand and collapse icons, for example:
SGGrid1.GroupExpandIcon = sgbipFirst + 3 SGGrid1.GroupCollapseIcon = sgbipFirst + 2
I've attached a sample which demonstrates this.
Thank you, Andrey T.
|
|
|
|
|
Report
|
|
|
|
09-10-2009, 9:45 AM
|
pryan
Joined on 10-21-2004
Posts 4
|
|
|
Thanks. But as I said, I do not have the OutlineIcons as a property of the grid. I've attached a screenshot of the code with the intelli-search popup of properties of the grid. Am I missing something???
|
|
|
|
|
Report
|
|
|
|
09-10-2009, 10:12 PM
|
Andrey - DD
Joined on 08-01-2007
Russia, Novosibirsk
Posts 671

|
|
|
pryan,This popup is showing OutlineIcons property in my testing. What is your operational system? Also, please ensure that you are using the latest Visual Basic 6 SP 6 and the latest SharpGrid version 2.3.0.1127 which can be found here: http://www.datadynamics.com/forums/35/ShowForum.aspx
Thank you, Andrey T.
|
|
|
|
|
Report
|
|
|
|
|
GrapeCity » Product Support » SharpGrid Suppo... » Re: Grouping Icons
|
|
|
|
|