ITextView::MaxTextRightCoordinate Property
Visual Studio 2015
Gets the right coordinate of the longest line, whether or not that line is currently visible, in logical pixels.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
This value is cached and may not represent the width of the widest line in the underlying buffer. For example, if the widest line has never been formatted, then it is not in the cache.
Show: