Padding Bottom Questions
01. I have a test case with three ContainerControllers. They have the same width, but slightly variant lengths.
02. I am using the Alice Chapter 1 as the test input.
03. All four padding properties are set to 10. in a TextLayoutFormat object.
04. The padding properties appear to be properly applied in all but one single case -- the last visible line in the final container is not properly padded.
04. Assigning the TLF object to the format property of the TextFlow which is being composed -- as contrasted with assigning to the format properties of each of the three ContainerControllers seems to have some differential effect [attempted because I see that this particular 'style property' does not not have the usual inheritance], but, at the end of the day, no combination seems to guarantee that the final, visible line in the last of the linked containers will be properly formatted.
05. I have searched the forrum and bug bases to the best of my ability, but cannot find anything helpful. The ASDocs entry does have some comments about unique behavior in the case of multi-column formatting with scrolling. I have only a single column per container and no scrolling.
