Re: Initial scroller style
Re: Initial scroller style
- Subject: Re: Initial scroller style
- From: Quincey Morris <email@hidden>
- Date: Wed, 04 May 2016 10:24:00 -0700
- Feedback-id: 167118m:167118agrif8a:167118s7CAxkzWUb:SMTPCORP
On May 3, 2016, at 21:21 , Quincey Morris <email@hidden> wrote:
>
> these scrollers are shown in scroll bar “channels” on the right and bottom of the scroll view
Well, I found out what’s causing this, though not why.
My content view actually consists of (top to bottom):
1. A scroll view, with a size-constrained document view that’s bigger than the scroll view.
2. A horizontal rule.
3. A status bar, which happens to be implemented as a horizontal stack view with a fixed height of 25.
It’s the horizontal rule that causes the scroll view to show the “wrong” style of scroll bars, both in IB and initially at run time. If I delete the horizontal rule, or if I enclose it and the status bar in a vertical stack view, the problem goes away.
Incidentally, IB undo seems to be severely broken in 7.3.1. IB frequently gets into a “won’t undo” state. The Edit menu shows the correct “Undo XXX” menu item, but choosing it has no effect. Conversely, when undo does work, it doesn’t necessarily update the inspector values to match the change.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden