I have a Layout with a Header and a Row. I the Row i have a left side bar and a column.
I dropped a repeater in the left side bar. If i make it selectable and then either auto-select the first row or manually select a repeater item,
horizontal scroll bars show up in the left side bar.
Is there a way to prevent this?
Solved! Go to Solution.
I went back and created a simple mashup and could not reproduce the behavior. It must be something specific to my mashup.
Sorry for the wasted cycles. I'll investigate more and if there is an issue, I will repost with hard evidence.
Sounds like a bug, please submit with support.ptc.com
I went back and created a simple mashup and could not reproduce the behavior. It must be something specific to my mashup.
Sorry for the wasted cycles. I'll investigate more and if there is an issue, I will repost with hard evidence.
I'm having a similar issue. Did you ever figure out what conditions cause the scroll bar? Thanks
Alex, is the repeater on a responsive layout or is it on a panel and you manually have to set a width?
Hi Alex,
It was trial and error. I think it had to do with the styling....but i'm not 100% sure. We no longer are seeing the issue.
Thanks for the quick responses. I toyed around with it some more and realized that its the RepeaterSelectedStyle. It must have a line thickness set to 0 to eliminate the scroll bars. Even if the line style is set to None and/or the line color is set to None. Semi-understandable, just a bit quirky.
Thanks again guys