Hi,
I have a properties control that uses SmartUI for VB6. The problem is, if the last SmartItem inserted into the SmartUI control has an Indent > 0, I get a vertical guideline all the way down to the bottom of the control.
Like this (warning: ASCII art):
+---------------------+------------------------+
| My Prop | My Value |
+--+------------------+------------------------+
| | My Indented Prop | My Indented Prop Value |
| +------------------+------------------------+
| | |
| | |
| | |
| |<- How do I get rid of this? |
| | |
+--+-------------------------------------------+
Is there any way (workaround?) to disable that line and get something like this
+---------------------+------------------------+
| My Prop | My Value |
+--+------------------+------------------------+
| | My Indented Prop | My Indented Prop Value |
| +------------------+------------------------+
| |
| |
| |
| |
| |
+----------------------------------------------+
instead?
Many thanks in advance,
Miguel